diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-07 14:51:26 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:31 +0200 |
commit | a93bbae2b69de066f51a454e1865ff71f71bfb9f (patch) | |
tree | b7e5baac1e7f54d6b00589aa3842c74dc34b5771 | |
parent | 0a67e0e2a8605039d6ef1e7acb109ee1dbf3e364 (diff) | |
download | nextcloud-server-a93bbae2b69de066f51a454e1865ff71f71bfb9f.tar.gz nextcloud-server-a93bbae2b69de066f51a454e1865ff71f71bfb9f.zip |
Second menu padding and ellipsis fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; |