summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 23:47:54 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 23:50:39 +0900
commit2baef3951c7c94b0347150390a253464c8eb4b8e (patch)
tree3feedf5c89de89156af1c003b788846564c352f4 /app/assets/stylesheets/framework/header.scss
parent4daa6da5407d235cbe4f7a787eaa29304446a870 (diff)
downloadgitlab-ce-2baef3951c7c94b0347150390a253464c8eb4b8e.tar.gz
Enable BangFormat in scss-lint
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 5bd6c095109..20fb10c28d4 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -330,7 +330,7 @@ header {
padding-left: 5px;
.nav > li:not(.hidden-xs) {
- display: table-cell!important;
+ display: table-cell !important;
width: 25%;
a {