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:
commit
16ae91330c
|
@ -440,6 +440,7 @@ nav[role='navigation'] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
min-width: 88px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue