Skip to content

Commit c27789b

Browse files
committed
refactor: improve the layout
1 parent a2f759e commit c27789b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AppHeaderDropdownAccnt.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<CDropdownMenu class="pt-0">
77
<CDropdownHeader
88
component="h6"
9-
class="bg-body-secondary text-body-secondary fw-semibold py-2 rounded-top"
9+
class="bg-body-secondary text-body-secondary fw-semibold mb-2 rounded-top"
1010
>
1111
Account
1212
</CDropdownHeader>
@@ -28,7 +28,7 @@
2828
</CDropdownItem>
2929
<CDropdownHeader
3030
component="h6"
31-
class="bg-body-secondary text-body-secondary fw-semibold py-2"
31+
class="bg-body-secondary text-body-secondary fw-semibold my-2"
3232
>
3333
Settings
3434
</CDropdownHeader>

0 commit comments

Comments
 (0)