##// END OF EJS Templates
Set a minimum height on the combobox button...
Jonathan Frederic -
Show More
@@ -98,6 +98,7 b''
98
98
99 .widget-combo-btn {
99 .widget-combo-btn {
100 min-width: 138px; /* + 26px drop arrow btn = 164px */
100 min-width: 138px; /* + 26px drop arrow btn = 164px */
101 min-height: 1ex;
101 }
102 }
102
103
103 .widget-container {
104 .widget-container {
General Comments 0
You need to be logged in to leave comments. Login now