1
0
Эх сурвалжийг харах

added max-height for select

Gildas 7 жил өмнө
parent
commit
036150f8dc

+ 4 - 0
extension/ui/pages/options.css

@@ -57,6 +57,10 @@ input[type="number"] {
     max-width: 50px;
 }
 
+select {
+    max-height: 16px;
+}
+
 input.large-input {
     min-width: 60px;
 }