Merge pull request #8887 from nextcloud/fix-appmenu-min-width

Add min width of two icons to the app menu
This commit is contained in:
Roeland Jago Douma 2018-03-20 08:03:52 +01:00 committed by GitHub
commit 16ae91330c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ nav[role='navigation'] {
display: inline-block;
width: auto;
clear: both;
min-width: 88px;
li {
float: left;