diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-02 12:08:57 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-02 12:14:01 +0300 |
commit | d8b885dcde4260d4726395ef060e06fae4589255 (patch) | |
tree | c5010f5d08b89108b05162618a2300ea0a0ba550 /app | |
parent | de21a2b566560bba9802243b44263e556da1aae0 (diff) | |
download | gitlab-ce-d8b885dcde4260d4726395ef060e06fae4589255.tar.gz |
Align collapsed sidebar avatar container
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/contextual_sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/contextual_sidebar.scss b/app/assets/stylesheets/framework/contextual_sidebar.scss index e2bbcc67a67..2193e8e8de3 100644 --- a/app/assets/stylesheets/framework/contextual_sidebar.scss +++ b/app/assets/stylesheets/framework/contextual_sidebar.scss @@ -113,7 +113,7 @@ } .avatar-container { - margin-right: 0; + margin: 0 auto; } } |