Explorar el Código

added max-height for select

Gildas hace 7 años
padre
commit
036150f8dc
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      extension/ui/pages/options.css

+ 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;
 }