From 21cc8fc67ebb1267361fcb2f8f10e72c7a2b7ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=82=B3=E6=9D=83?= <695601626@qq.com> Date: Wed, 31 Oct 2018 16:57:53 +0800 Subject: [PATCH] fixed position of options with i18n --- editor/css/dark.css | 1 + editor/css/light.css | 1 + 2 files changed, 2 insertions(+) diff --git a/editor/css/dark.css b/editor/css/dark.css index f219e884d8..4f39352aa5 100644 --- a/editor/css/dark.css +++ b/editor/css/dark.css @@ -107,6 +107,7 @@ select { color: #888; margin: 0; padding: 8px; + line-height: 16px; } #menubar .menu .options { diff --git a/editor/css/light.css b/editor/css/light.css index f6cfa1c5ab..efbd19808f 100644 --- a/editor/css/light.css +++ b/editor/css/light.css @@ -103,6 +103,7 @@ select { color: #888; margin: 0; padding: 8px; + line-height: 16px; } #menubar .menu .options { -- GitLab