diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-03-19 17:12:59 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-03-19 17:12:59 +0100 |
commit | 1699b119dd83d861fb1a3c80f8c70a2767bd64ca (patch) | |
tree | 0ffa030878008fc2839a122f3e741b6b43f3e45d /core | |
parent | 63bc633d89e53c2ff04d3fd521a2a1b18f6737f7 (diff) | |
download | nextcloud-server-1699b119dd83d861fb1a3c80f8c70a2767bd64ca.tar.gz nextcloud-server-1699b119dd83d861fb1a3c80f8c70a2767bd64ca.zip |
Add min width of two icons to the app menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 86739240aeb..b1141476a0e 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -440,6 +440,7 @@ nav[role='navigation'] { display: inline-block; width: auto; clear: both; + min-width: 88px; li { float: left; |