Skip to content

Commit

Permalink
Fix menu text being cropped
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ committed Dec 5, 2023
1 parent d6170f8 commit 6cb0edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/global/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,8 @@ panelview .toolbarbutton-1,
@media (-moz-platform: windows) {
.menu-text,
.menu-iconic-text,
panel .toolbarbutton-text {
panel .toolbarbutton-text,
#PopupSearchAutoComplete .ac-title {
margin-inline-start: 0 !important;
margin-block: -3px -1px !important;
padding-block: 0 !important;
Expand All @@ -652,7 +653,6 @@ panelview .toolbarbutton-1,
.panel-header,
#PopupSearchAutoComplete {
font-size: 13.6px !important;
line-height: 1 !important;
}
}
}
Expand Down

0 comments on commit 6cb0edf

Please sign in to comment.