Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 39e9ff9

Browse files
committed
fix: remove dropdown button margin
1 parent bce4bd1 commit 39e9ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ui/stylesheets/components/_navbar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
background-color: $navbar-btn-bg-active;
2424
}
2525

26+
&:last-child {
27+
margin-right: 0;
28+
}
29+
2630
&:disabled {
2731
color: $gray-600;
2832
background-color: transparent;

0 commit comments

Comments
 (0)