summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-01-14 03:08:40 -0200
committerGabriel Mazetto <gabriel@gitlab.com>2016-01-14 03:08:40 -0200
commitfc7e6e8ffcb76e92b625b6490a966c830adc750a (patch)
tree64a688094268f2830cd68379e1b2f4ea20719d32 /app/assets
parentac6a10f3e88c5d2081b8638df63016089517a844 (diff)
downloadgitlab-ce-fc7e6e8ffcb76e92b625b6490a966c830adc750a.tar.gz
Fix Admin/Users view to position buttons without spacing magic
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index e2376363485..bb29829b7a1 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -131,6 +131,9 @@
&:last-child {
margin-right: 0px;
}
+ &.btn-xs {
+ margin-right: 3px;
+ }
}
&.disabled {
pointer-events: auto !important;