summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-10-18 23:19:51 +0000
committerRémy Coutable <remy@rymai.me>2016-10-20 17:06:58 +0200
commitcc305a01df382ffb3ca62257a0c59b5808993485 (patch)
tree863f872a41aad3f8b532fe9e40cff843f25c3fee /app
parenteb4d7d6c4ed58073cd1401f5121d02162793bade (diff)
downloadgitlab-ce-cc305a01df382ffb3ca62257a0c59b5808993485.tar.gz
Merge branch 'fix-scss-lint-pipelines' into 'master'
Fix missing semicolon to make scss-lint happy Builds were failing: https://gitlab.com/gitlab-org/gitlab-ce/builds/5256491 See merge request !6969
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 46ce040d459..5c98a819cc1 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -31,7 +31,7 @@
width: 30%;
.branch-name {
- width: 195px
+ width: 195px;
}
}
}