We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8ee83f + f3664dc commit 49088d2Copy full SHA for 49088d2
themes/Admin/Components/admin-box.php
@@ -1,3 +1,3 @@
1
-<div class="bg-white p-2 p-sm-4 mb-5 border rounded-3 shadow-sm">
+<div class="bg-white p-2 p-sm-4 mb-4 border rounded-3 shadow-sm">
2
<?= $slot ?>
3
</div>
themes/Admin/master.php
@@ -44,7 +44,7 @@
44
<main class="ms-sm-auto flex-grow-1" style="overflow: auto">
45
<?= $this->include('_header') ?>
46
47
- <div class="px-2 px-md-4 vh-100" style="margin-top: -48px; padding-top: 48px;">
+ <div class="px-2 px-md-4" style="margin-top: -48px; padding-top: 48px;">
48
<?= $this->renderSection('main') ?>
49
50
</main>
0 commit comments