Преглед изворни кода

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

Gildas пре 7 година
родитељ
комит
29f2e6ffe6
1 измењених фајлова са 4 додато и 0 уклоњено
  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;
+    }
 }