Merge pull request #10623 from nextcloud/bugfix/10622/mobile-header

Apply flex-basis to right header
This commit is contained in:
Roeland Jago Douma 2018-08-10 14:55:06 +02:00 committed by GitHub
commit 674d5f2924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@
#header-right, .header-right { #header-right, .header-right {
justify-content: flex-end; justify-content: flex-end;
flex-basis: 210px;
flex-shrink: 1;
} }
/* Right header standard */ /* Right header standard */