summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-05 08:50:49 +0100
committerPhil Hughes <me@iamphill.com>2017-07-05 10:57:33 +0100
commit7e54a6febc492c226740abbf91fd86b1c5b341b7 (patch)
treea0915330cfeacdeeadf9cf86d9c76f40de263b72
parentf8d400f47512443528976a5ac68fd1707121241e (diff)
downloadgitlab-ce-7e54a6febc492c226740abbf91fd86b1c5b341b7.tar.gz
Fixes the column widths for the new navigation options in settings
-rw-r--r--app/views/profiles/preferences/show.html.haml4
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? }