Browse Source

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

Gildas 7 năm trước cách đây
mục cha
commit
29f2e6ffe6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
+    }
 }