summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-04 17:01:54 +0000
committerRémy Coutable <remy@rymai.me>2017-10-04 17:01:54 +0000
commit7c5d5402f43cb1a0291150739f3960bd35ed63bf (patch)
tree23a2052ae7730f9bc00364c6e7ee22fb3cbb66b2 /app/assets
parent01852ee882de4636cd04f3a3d03c5fa5bbd6e20a (diff)
parentddf6253d99268ab5a9e987f95d71cadfa467b423 (diff)
downloadgitlab-ce-7c5d5402f43cb1a0291150739f3960bd35ed63bf.tar.gz
Merge branch 'tag-link-size' into 'master'
Adjusts tag link to avoid underlining spaces Closes #38122 See merge request gitlab-org/gitlab-ce!14544
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 706a9cffe87..4e4ce94fb7b 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -11,6 +11,7 @@
.prepend-top-10 { margin-top: 10px; }
.prepend-top-default { margin-top: $gl-padding !important; }
.prepend-top-20 { margin-top: 20px; }
+.prepend-left-4 { margin-left: 4px; }
.prepend-left-5 { margin-left: 5px; }
.prepend-left-10 { margin-left: 10px; }
.prepend-left-default { margin-left: $gl-padding; }