diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-11-20 18:34:22 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-11-20 18:34:22 +0000 |
commit | ff81c845e178a14293ec4b0675dd58a91dce3b02 (patch) | |
tree | 289a25a6dcb26e1d4bec90038a20b1de3b027b08 /app/assets | |
parent | c043ba67c2d6a9493518408fd198dea30ce6cfcb (diff) | |
download | gitlab-ce-ff81c845e178a14293ec4b0675dd58a91dce3b02.tar.gz |
Align retry button with job title with new grid size
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 1 |
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; } |