From a93bbae2b69de066f51a454e1865ff71f71bfb9f Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 7 Sep 2017 14:51:26 +0200 Subject: Second menu padding and ellipsis fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 4bf547f3473..e4783976d53 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -116,6 +116,7 @@ kbd { > ul { display: none; flex: 1 0 100%; + padding-left: 44px; > li { display: inline-flex; flex-wrap: wrap; @@ -131,7 +132,7 @@ kbd { background-size: 16px 16px; background-position: 14px center; background-repeat: no-repeat; - display: inline-flex; + display: block; justify-content: space-between; width: 100%; line-height: 44px; -- cgit v1.2.3