From ae195c99a1dc323be42ed7ad182338952b967aee Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 2 Jul 2014 23:07:30 +0200 Subject: [PATCH] fix position of shared file buttons --- core/css/header.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */