From ac8f4effa7d6ad0d33fa1598f5da5e4907fa5c28 Mon Sep 17 00:00:00 2001 From: kevin147147 Date: Thu, 18 Oct 2018 16:17:17 +0200 Subject: [PATCH] make scroll navigation items full width --- core/css/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/header.scss b/core/css/header.scss index af98e20a9d..c86e35707f 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -273,6 +273,7 @@ nav[role='navigation'] { } a { position: relative; + width: 100%; display: inline-flex; padding: 10px 12px; height: 40px;