Skip to content

Commit

Permalink
Merge pull request #9988 from SivanC/9971/fix/browse-menu-padding
Browse files Browse the repository at this point in the history
Fix Browse Menu Padding
  • Loading branch information
mekarpeles authored Nov 8, 2024
2 parents d041282 + d446cbc commit cb85ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/components/header-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
color: @dark-grey;
white-space: nowrap;
font-size: .9em;
padding: 10px;
padding: 15px 10px;
display: block;
}

Expand Down Expand Up @@ -347,7 +347,7 @@
li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 5px 0;
padding: 0;
font-size: 1em;

// stylelint-disable max-nesting-depth, selector-max-specificity
Expand Down

0 comments on commit cb85ddb

Please sign in to comment.