Explorar o código

fixed rendering of select elements when didplayed on screen width >= 800px

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
29f2e6ffe6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      extension/ui/pages/options.css

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

@@ -391,4 +391,8 @@ a {
         margin: 8px;
         border: solid 1px rgb(191, 191, 191);
     }
+
+    select {
+        max-height: 21px;
+    }
 }