summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-11-20 18:34:22 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-20 18:34:22 +0000
commitff81c845e178a14293ec4b0675dd58a91dce3b02 (patch)
tree289a25a6dcb26e1d4bec90038a20b1de3b027b08 /app/assets/stylesheets
parentc043ba67c2d6a9493518408fd198dea30ce6cfcb (diff)
downloadgitlab-ce-ff81c845e178a14293ec4b0675dd58a91dce3b02.tar.gz
Align retry button with job title with new grid size
Diffstat (limited to 'app/assets/stylesheets')
-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 bbbb73201be..5e4ddf366ef 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -430,6 +430,7 @@ img.emoji {
/** COMMON CLASSES **/
.prepend-top-0 { margin-top: 0; }
.prepend-top-5 { margin-top: 5px; }
+.prepend-top-8 { margin-top: $grid-size; }
.prepend-top-10 { margin-top: 10px; }
.prepend-top-15 { margin-top: 15px; }
.prepend-top-default { margin-top: $gl-padding !important; }