Commit b3a0ee8e631c3e272c8ce3b60929192d3f7f1f22
1 parent
15a03e1d
Exists in
master
and in
4 other branches
Fix MR tab width
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/nav.scss
app/views/layouts/_project_menu.html.haml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | Issues |
13 | 13 | %span.count= @project.issues.opened.count |
14 | 14 | - if @project.merge_requests_enabled |
15 | - = link_to project_merge_requests_path(@project), :class => (controller.controller_name == "merge_requests") ? "current" : nil do | |
15 | + = link_to project_merge_requests_path(@project), :class => (controller.controller_name == "merge_requests") ? "current wide" : "wide" do | |
16 | 16 | Merge Requests |
17 | 17 | %span.count= @project.merge_requests.opened.count |
18 | 18 | ... | ... |