Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-18 17:34:31 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-19 15:24:20 +0300
commite1985647d5d6507a1a4ea5fcd38a826a20ba253d (patch)
tree882ec5ef56779b26e963ef860e64628739f57e02 /core
parentcb3060c940713ec5b8fe8d5a70b705effeefdf7e (diff)
if no link text has been set for the navigation show the link nonetheless
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 08877402a4b..1dfc48555c6 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;