diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-03-20 08:03:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 08:03:52 +0100 |
commit | 16ae91330cd018af81b216cf28736621a6961f23 (patch) | |
tree | cc55f5b6c909a0c9376399052f42b6b22903049f | |
parent | 615258ba26d223de024596b411a7d4d0a3ccfde0 (diff) | |
parent | 1699b119dd83d861fb1a3c80f8c70a2767bd64ca (diff) | |
download | nextcloud-server-16ae91330cd018af81b216cf28736621a6961f23.tar.gz nextcloud-server-16ae91330cd018af81b216cf28736621a6961f23.zip |
Merge pull request #8887 from nextcloud/fix-appmenu-min-width
Add min width of two icons to the app menu
-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; |