Bugfix: Fixes #28, Overlapping text in GtkComboBox widgets

This commit is contained in:
Rory Fewell
2020-11-14 21:49:05 +00:00
parent 7efba61ec6
commit 09fd2273d8

View File

@@ -23,6 +23,7 @@ combobox
margin: 1px;
min-height: 18px;
min-width: 15px;
padding-right: 18px;
&:hover
@@ -45,5 +46,11 @@ combobox
{
border-width: 0px;
padding-top: 2px;
& + button
{
padding-right: 0px;
}
}
}