summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-08-19 10:39:47 +0200
committerwinniehell <git@winniehell.de>2016-08-19 11:24:01 +0200
commit8086526cf013c4630402db2be47de9020223018c (patch)
tree53bd77dce373eaeea62cd5f4def40cfc4781181e /app/assets/stylesheets
parent12fe6a6fd733110acc72aa0f5bdaec2b1fa1f358 (diff)
downloadgitlab-ce-8086526cf013c4630402db2be47de9020223018c.tar.gz
Fix alignment of icon buttons (!5887)
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 6c3786b49bb..716e79a2354 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -206,7 +206,9 @@
}
svg, .fa {
- margin-right: 3px;
+ &:not(:last-child) {
+ margin-right: 3px;
+ }
}
}