From 33860079f95001c9449d14468b512ba389656f26 Mon Sep 17 00:00:00 2001 From: Felix Heidecke Date: Thu, 17 Aug 2017 10:51:38 +0200 Subject: [PATCH] Add height to menutoggler --- core/css/header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/header.css b/core/css/header.css index 972e43aa54d6..5c4893fae474 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -422,4 +422,5 @@ } #header #expand { display: block; + height: 32px; }