Merge pull request #7066 from nextcloud/appmenu-fix

Fix header app menu
This commit is contained in:
Morris Jobke 2017-11-06 21:03:46 +01:00 committed by GitHub
commit 271a2692bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -143,7 +143,6 @@
#header-left, .header-left { #header-left, .header-left {
flex: 0 0; flex: 0 0;
flex-grow: 1; flex-grow: 1;
overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
@ -319,6 +318,10 @@ nav {
.in-header { .in-header {
display: none; display: none;
} }
ul {
display: flex;
flex-direction: column;
}
} }
/* USER MENU -----------------------------------------------------------------*/ /* USER MENU -----------------------------------------------------------------*/