diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-07 15:25:57 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-08 12:41:52 -0700 |
commit | d0bee4a9e8eff27cbf9d364159969a81c757a567 (patch) | |
tree | 6195f316e5268fa9d2f0b839473941817adf6ed8 /app/views/profiles/preferences | |
parent | 2f46c3a80f6949bbf67d7ab80e0c87ab88e55031 (diff) | |
download | gitlab-ce-d0bee4a9e8eff27cbf9d364159969a81c757a567.tar.gz |
Remove unused extra hr in preferences37603-preferences-settings-extra-line
Diffstat (limited to 'app/views/profiles/preferences')
-rw-r--r-- | app/views/profiles/preferences/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml index 9e7fe556d88..352c2d66bab 100644 --- a/app/views/profiles/preferences/show.html.haml +++ b/app/views/profiles/preferences/show.html.haml @@ -16,10 +16,10 @@ .preview= image_tag "#{scheme.css_class}-scheme-preview.png" = f.radio_button :color_scheme_id, scheme.id = scheme.name + .col-sm-12 %hr - .col-sm-12 - %hr + .col-lg-4.profile-settings-sidebar %h4.prepend-top-0 Behavior |