summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-07-06 14:42:51 +0530
committerkushalpandya <kushal@gitlab.com>2017-07-06 14:42:51 +0530
commitfb74dbda07064b2af35b6841056255be3e2072ba (patch)
treedd035d97712a3c942d98448a8e1dea4d04cb576b
parent229a70a88c9c8bb0f0f2d172ff3c3b9b4ca43d0f (diff)
downloadgitlab-ce-fb74dbda07064b2af35b6841056255be3e2072ba.tar.gz
Reduce callout margin prop declaration
-rw-r--r--app/assets/stylesheets/pages/profile.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 97b33a1169f..235c475ff26 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -286,8 +286,7 @@ table.u2f-registrations {
}
.user-callout {
- margin: 20px -5px auto -5px;
- margin-top: 20px;
+ margin: 20px -5px 0;
.bordered-box {
border: 1px solid $blue-300;