From 717a44f161c40f5ac5fc74a3dc519bcc71476645 Mon Sep 17 00:00:00 2001
From: Marin Treselj <marin@pixelipo.com>
Date: Wed, 2 Aug 2017 15:57:53 +0200
Subject: [PATCH] Make sure this still works in other apps.

Signed-off-by: Marin Treselj <marin@pixelipo.com>
---
 core/css/header.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/css/header.scss b/core/css/header.scss
index 32e8386ee0d..e744d3acb40 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -137,18 +137,18 @@
 		vertical-align: middle;
 	}
 
-	.header-left,
-	.header-right {
+	#header-left, .header-left,
+	#header-right, .header-right {
 		display: inline-flex;
 		align-items: center;
 	}
 
-	.header-left {
+	#header-left, .header-left {
 		flex: 0 0;
 		flex-grow: 1;
 	}
 
-	.header-right {
+	#header-right, .header-right {
 		justify-content: flex-end;
 	}
 }
-- 
GitLab