Browse Source
Merge pull request #8887 from nextcloud/fix-appmenu-min-width
Add min width of two icons to the app menu
pull/8896/head
Roeland Jago Douma
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
core/css/header.scss
|
|
|
@ -440,6 +440,7 @@ nav[role='navigation'] { |
|
|
|
display: inline-block; |
|
|
|
width: auto; |
|
|
|
clear: both; |
|
|
|
min-width: 88px; |
|
|
|
|
|
|
|
li { |
|
|
|
float: left; |
|
|
|
|