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
parent
commit
16ae91330c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/css/header.scss

1
core/css/header.scss

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

Loading…
Cancel
Save