Skip to content

Commit 556bc0e

Browse files
committed
fix dropdown regression
1 parent 04b9f31 commit 556bc0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/modules/navbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
margin: 0;
2626
}
2727

28-
#navbar .item {
28+
#navbar .navbar-left > .item,
29+
#navbar .navbar-right > .item {
2930
min-height: 36px;
3031
min-width: 36px;
3132
padding-top: 3px;

0 commit comments

Comments
 (0)