From 1699b119dd83d861fb1a3c80f8c70a2767bd64ca Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 19 Mar 2018 17:12:59 +0100 Subject: Add min width of two icons to the app menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/header.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'core/css') diff --git a/core/css/header.scss b/core/css/header.scss index 86739240aeb..b1141476a0e 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -440,6 +440,7 @@ nav[role='navigation'] { display: inline-block; width: auto; clear: both; + min-width: 88px; li { float: left; -- cgit v1.2.3