Skip to content

Commit e4cb539

Browse files
megaxkhurshid-alam
authored andcommitted
[Gtk-3.20] Fix Combobox menu padding. Fixes #575
1 parent 51f1578 commit e4cb539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gtk-3.20/scss/widgets/_menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
menu,
4646
.menu,
4747
.context-menu {
48-
padding: 0;
49-
border-radius: 0;
5048
border: 0;
49+
border-radius: 0;
50+
padding: 2px 0;
5151
background-color: $menu_bg_color;
5252
color: $menu_fg_color;
5353

0 commit comments

Comments
 (0)