diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 23:07:30 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 23:07:30 +0200 |
commit | ae195c99a1dc323be42ed7ad182338952b967aee (patch) | |
tree | a5760070ab2ead8713fc45d9e80c3a53b66682d6 /core/css/header.css | |
parent | e1e4fde697f3c816a7221a71da4b45758e6043fc (diff) | |
download | nextcloud-server-ae195c99a1dc323be42ed7ad182338952b967aee.tar.gz nextcloud-server-ae195c99a1dc323be42ed7ad182338952b967aee.zip |
fix position of shared file buttons
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 4 |
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 */ |