From b590658221c4abb4444856d1eea640d30ffef545 Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Mon, 9 Jan 2017 14:03:13 +0100
Subject: [PATCH] use less space for the left part of the header

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 core/css/header.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/css/header.scss b/core/css/header.scss
index a4e568244a0..5cbcad1f88c 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -111,7 +111,8 @@
 	}
 
 	div.header-left {
-		flex: 0 0 50%;
+		flex: 0 0;
+		flex-grow: 1;
 	}
 
 	#header-right {
-- 
GitLab