diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-08-10 14:55:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 14:55:06 +0200 |
commit | 674d5f292426007caca622e8a3279b4b099087aa (patch) | |
tree | a68013b9debab6d4c3c2bc3a9f5f3c31c0e6d73b /core/css | |
parent | 7191d676ab53a7192f363e39e045dafc35d3405d (diff) | |
parent | c954eb1d12011e0e8d028c50e54e87ad6c9aa856 (diff) | |
download | nextcloud-server-674d5f292426007caca622e8a3279b4b099087aa.tar.gz nextcloud-server-674d5f292426007caca622e8a3279b4b099087aa.zip |
Merge pull request #10623 from nextcloud/bugfix/10622/mobile-header
Apply flex-basis to right header
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 28aae342c6a..b66c740c8fe 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -152,6 +152,8 @@ #header-right, .header-right { justify-content: flex-end; + flex-basis: 210px; + flex-shrink: 1; } /* Right header standard */ |