summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-16 17:40:12 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-16 20:52:48 -0600
commit5d3cd7fd3783d7e94894431ec13843a03feb77a5 (patch)
treec3a9ae5d221f25a62c605f9076dc3fb5a3bc1df8 /app/assets/stylesheets/pages/issuable.scss
parent6dad864088bf3e2a944262788c0d49d90ceacfde (diff)
downloadgitlab-ce-5d3cd7fd3783d7e94894431ec13843a03feb77a5.tar.gz
Follow the CSS Style Guide rules for including a space after the property colon.
Fixes violations of SpaceAfterPropertyColon. Discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index faa2ebfda78..c975ca0ce43 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -59,7 +59,7 @@
.issuable-sidebar {
.block {
@include clearfix;
- padding: $gl-padding 0;
+ padding: $gl-padding 0;
border-bottom: 1px solid $border-gray-light;
// This prevents the mess when resizing the sidebar
// of elements repositioning themselves..