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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 17:47:54 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 17:50:39 +0300
commit2baef3951c7c94b0347150390a253464c8eb4b8e (patch)
tree3feedf5c89de89156af1c003b788846564c352f4 /app/assets/stylesheets/print.scss
parent4daa6da5407d235cbe4f7a787eaa29304446a870 (diff)
Enable BangFormat in scss-lint
Diffstat (limited to 'app/assets/stylesheets/print.scss')
-rw-r--r--app/assets/stylesheets/print.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss
index 136d0c79467..113e6e86bb5 100644
--- a/app/assets/stylesheets/print.scss
+++ b/app/assets/stylesheets/print.scss
@@ -37,7 +37,7 @@ ul.notes-form,
.issuable-details .content-block-small,
.edit-link,
.note-action-button {
- display: none!important;
+ display: none !important;
}
pre {