Set a minimum height on the combobox button

to fix captionless button height.
Jonathan Frederic 12 years ago
parent 4d7c20015b
commit dc785c6e36

@ -98,6 +98,7 @@
.widget-combo-btn {
min-width: 138px; /* + 26px drop arrow btn = 164px */
min-height: 1ex;
}
.widget-container {

Loading…
Cancel
Save