From 693e5405cf62bfb812e042c79e62a9345fc6594c Mon Sep 17 00:00:00 2001 From: Alexander Surma Date: Fri, 17 Apr 2015 13:27:30 +0100 Subject: [PATCH] Make menu elements stretch to parent's width --- src/menu/_menu.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/menu/_menu.scss b/src/menu/_menu.scss index 9951983b..68ada6a6 100644 --- a/src/menu/_menu.scss +++ b/src/menu/_menu.scss @@ -124,6 +124,7 @@ text-decoration: none; cursor: pointer; height: 48px; + width: 100%; line-height: 48px; white-space: nowrap; opacity: 0;