Browse Source

fixed position of options with i18n

林炳权 6 years ago
parent
commit
21cc8fc67e
2 changed files with 2 additions and 0 deletions
  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 {