Skip to content

Commit f3664dc

Browse files
committed
Ensure margin is visible below admin box (was set but did not work)
1 parent 6409553 commit f3664dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div class="bg-white p-2 p-sm-4 mb-5 border rounded-3 shadow-sm">
1+
<div class="bg-white p-2 p-sm-4 mb-4 border rounded-3 shadow-sm">
22
<?= $slot ?>
33
</div>

themes/Admin/master.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<main class="ms-sm-auto flex-grow-1" style="overflow: auto">
4545
<?= $this->include('_header') ?>
4646

47-
<div class="px-2 px-md-4 vh-100" style="margin-top: -48px; padding-top: 48px;">
47+
<div class="px-2 px-md-4" style="margin-top: -48px; padding-top: 48px;">
4848
<?= $this->renderSection('main') ?>
4949
</div>
5050
</main>

0 commit comments

Comments
 (0)