summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2017-01-24 18:15:22 +0100
committerGitHub <noreply@github.com>2017-01-24 18:15:22 +0100
commitca6f5735b12b9240b9aee6e10b5e17a887241a18 (patch)
tree73537029723cb67ccfe422e634390b08714fa35e /core
parente09bba5e366d14223c1326ac4a08cf3e5904612a (diff)
parentd992af82b27fb2fac33df65d03a1f9231a11547a (diff)
downloadnextcloud-server-ca6f5735b12b9240b9aee6e10b5e17a887241a18.tar.gz
nextcloud-server-ca6f5735b12b9240b9aee6e10b5e17a887241a18.zip
Merge pull request #3226 from nextcloud/header-app-menu-flex-fix
Fix header layout issue on narrow screens #3225
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 0134ca951d4..d0c773372e9 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -92,6 +92,7 @@
display: inline-block;
padding-top: 22px;
padding-right: 10px;
+ flex-shrink: 0;
}
/* show caret indicator next to logo to make clear it is tappable */
.icon-caret {