diff options
author | kushalpandya <kushal@gitlab.com> | 2017-07-06 00:24:01 +0530 |
---|---|---|
committer | kushalpandya <kushal@gitlab.com> | 2017-07-06 00:24:01 +0530 |
commit | d550377d90848dd480537fa6cb85b5227641539d (patch) | |
tree | aa18a594c348b0c212cbc3cd08124bd986d1c0b4 /app | |
parent | 3b00b0380b0cc5ec4b8e59ea99f9130ddd5b5266 (diff) | |
download | gitlab-ce-d550377d90848dd480537fa6cb85b5227641539d.tar.gz |
Fix callout size to fit parent container
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/profile.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index c207159f606..97b33a1169f 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -286,8 +286,8 @@ table.u2f-registrations { } .user-callout { - margin: 0 auto; - max-width: $screen-lg-min; + margin: 20px -5px auto -5px; + margin-top: 20px; .bordered-box { border: 1px solid $blue-300; |