diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-05 08:50:49 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-05 08:50:49 +0100 |
commit | 4828d55d55a2bed3884a4fc36ecbe3f3000c230c (patch) | |
tree | 7049dfd48eec31f61a05e4844107c59a0cb66c1c | |
parent | 5af1fcd6f329858d757bab0d67cb50af6c820160 (diff) | |
download | gitlab-ce-new-nav-column-fix.tar.gz |
Fixes the column widths for the new navigation options in settingsnew-nav-column-fix
-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 2dd938f8379..bd602071384 100644 --- a/app/views/profiles/preferences/show.html.haml +++ b/app/views/profiles/preferences/show.html.haml @@ -18,12 +18,12 @@ = scheme.name .col-sm-12 %hr - .col-lg-3.profile-settings-sidebar#new-navigation + .col-lg-4.profile-settings-sidebar#new-navigation %h4.prepend-top-0 New Navigation %p This setting allows you to turn on or off the new upcoming navigation concept. - .col-lg-9.syntax-theme + .col-lg-8.syntax-theme = label_tag do .preview= image_tag "old_nav.png" %input.js-experiment-feature-toggle{ type: "radio", value: "false", name: "new_nav", checked: !show_new_nav? } |