Skip to content

Commit

Permalink
fix dropdown regression
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 20, 2023
1 parent 04b9f31 commit 556bc0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_src/css/modules/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
margin: 0;
}

#navbar .item {
#navbar .navbar-left > .item,
#navbar .navbar-right > .item {
min-height: 36px;
min-width: 36px;
padding-top: 3px;
Expand Down

0 comments on commit 556bc0e

Please sign in to comment.