From a5074fa629dad4c2d9ef97e72d1125f145cbfe59 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 18 Feb 2015 15:34:31 +0100 Subject: [PATCH] if no link text has been set for the navigation show the link nonetheless --- core/css/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/apps.css b/core/css/apps.css index 08877402a4..1dfc48555c 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -74,6 +74,7 @@ display: block; width: 100%; line-height: 44px; + min-height: 44px; padding: 0 12px; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box;