summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 09:45:19 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 09:45:19 +0200
commite9f616b0a03e830ae3ec723a8eff511220810eca (patch)
treee5e4fe7567018872f312cd8642097cfe5f889c6e /core/css
parent1a1c5aa3c09322f2c69f9ed39078f495c840ebd0 (diff)
parent0df04975b0f2a938b85c6443f76d44f4706c11c1 (diff)
downloadnextcloud-server-e9f616b0a03e830ae3ec723a8eff511220810eca.tar.gz
nextcloud-server-e9f616b0a03e830ae3ec723a8eff511220810eca.zip
Merge pull request #9391 from owncloud/design-mobile-share
Fix mobile share view glitches
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css
index d2645c6a7d5..91dfeb798a5 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -230,8 +230,10 @@
padding: 7px 5px;
color: #fff;
height: 100%;
- max-width: 40%;
+ max-width: 80%;
white-space: nowrap;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
}
/* Profile picture in header */