Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-13 19:53:01 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-19 01:24:57 +0300
commit3f60a276fc36fc7d1c5323c38b33fdbc774cfbbf (patch)
treeaa5aa6486a8477035dfd63ce64ca15dae4312340 /app/assets/stylesheets/framework/forms.scss
parent0f2776287a7d9b0fde9ff54ef8d9f74e2f844a09 (diff)
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) {