summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-09 17:30:05 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 08:18:07 +0900
commit325191dd4cde7fef3c6c2db340e5acf78247a365 (patch)
tree18ac6245a2fa218c227bb770d5206dda25648e28 /app/assets/stylesheets/framework/filters.scss
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
downloadgitlab-ce-325191dd4cde7fef3c6c2db340e5acf78247a365.tar.gz
Enable UnnecessaryParentReference in scss-lint
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index f05348ee4e3..7e4e5fd7f1c 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -368,7 +368,7 @@
margin-right: 0.3em;
}
- & > .value {
+ > .value {
font-weight: 600;
}
}
@@ -467,7 +467,7 @@
-webkit-flex-direction: column;
flex-direction: column;
- &> span {
+ > span {
white-space: normal;
word-break: break-all;
}