summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/forms.scss
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-13 16:53:01 +0000
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-18 23:24:57 +0100
commit3f60a276fc36fc7d1c5323c38b33fdbc774cfbbf (patch)
treeaa5aa6486a8477035dfd63ce64ca15dae4312340 /app/assets/stylesheets/framework/forms.scss
parent0f2776287a7d9b0fde9ff54ef8d9f74e2f844a09 (diff)
downloadgitlab-ce-3f60a276fc36fc7d1c5323c38b33fdbc774cfbbf.tar.gz
Added slack slash commands frontend help well
Added tests
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 940807fc399..8726a69867b 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -96,6 +96,10 @@ label {
code {
line-height: 1.8;
}
+
+ img {
+ margin-right: $gl-padding;
+ }
}
@media(max-width: $screen-xs-max) {