diff options
author | kevin147147 <kevintamool@gmail.com> | 2018-10-18 16:17:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 16:17:17 +0200 |
commit | ac8f4effa7d6ad0d33fa1598f5da5e4907fa5c28 (patch) | |
tree | 327d414ea8372e305492be9be737f2563798d807 /core | |
parent | 302a5d81714c9aca3fa38fad9fe8879fb867c3e8 (diff) | |
download | nextcloud-server-ac8f4effa7d6ad0d33fa1598f5da5e4907fa5c28.tar.gz nextcloud-server-ac8f4effa7d6ad0d33fa1598f5da5e4907fa5c28.zip |
make scroll navigation items full width
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 1 |
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; |