浏览代码

fixed position of options with i18n

林炳权 6 年之前
父节点
当前提交
21cc8fc67e
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      editor/css/dark.css
  2. 1 0
      editor/css/light.css

+ 1 - 0
editor/css/dark.css

@@ -107,6 +107,7 @@ select {
 			color: #888;
 			margin: 0;
 			padding: 8px;
+			line-height: 16px;
 		}
 
 		#menubar .menu .options {

+ 1 - 0
editor/css/light.css

@@ -103,6 +103,7 @@ select {
 			color: #888;
 			margin: 0;
 			padding: 8px;
+			line-height: 16px;
 		}
 
 		#menubar .menu .options {