浏览代码

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