summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-11-28 15:21:46 +0000
committerPhil Hughes <me@iamphill.com>2017-11-28 15:21:46 +0000
commit5fceb8d1ecb8b3b682ad0cc73a26b99068864f3f (patch)
tree76aa44c5800de4043d302da7245968a0f3b88031
parent061be86e052d42a66fa82dd09eab990cf5cf0986 (diff)
downloadgitlab-ce-5fceb8d1ecb8b3b682ad0cc73a26b99068864f3f.tar.gz
fixed scss-lint
-rw-r--r--app/assets/stylesheets/pages/repo.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index a2a2bc408db..c45a478f2df 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -306,8 +306,8 @@
.dirty-diff {
// !important need to override monaco inline style
- width: 4px !important;
- left: 0 !important;
+ width: 4px !important;
+ left: 0 !important;
&-modified {
background-color: $blue-500;
@@ -318,8 +318,8 @@
}
&-removed {
- height: 0!important;
- width: 0!important;
+ height: 0 !important;
+ width: 0 !important;
bottom: -2px;
border-style: solid;
border-width: 5px;