summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorkevin147147 <kevintamool@gmail.com>2018-10-18 16:17:17 +0200
committerGitHub <noreply@github.com>2018-10-18 16:17:17 +0200
commitac8f4effa7d6ad0d33fa1598f5da5e4907fa5c28 (patch)
tree327d414ea8372e305492be9be737f2563798d807 /core
parent302a5d81714c9aca3fa38fad9fe8879fb867c3e8 (diff)
downloadnextcloud-server-ac8f4effa7d6ad0d33fa1598f5da5e4907fa5c28.tar.gz
nextcloud-server-ac8f4effa7d6ad0d33fa1598f5da5e4907fa5c28.zip
make scroll navigation items full width
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index af98e20a9d3..c86e35707f9 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;