Skip to content
Snippets Groups Projects
Commit b3a0ee8e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix MR tab width

parent 15a03e1d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -79,6 +79,11 @@ nav.main_menu {
border-left:none;
}
}
&.wide {
width:185px;
@media (min-width: 1080px) and (max-width: 1200px) { width:160px; }
}
}
}
/*
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@
Issues
%span.count= @project.issues.opened.count
- if @project.merge_requests_enabled
= link_to project_merge_requests_path(@project), :class => (controller.controller_name == "merge_requests") ? "current" : nil do
= link_to project_merge_requests_path(@project), :class => (controller.controller_name == "merge_requests") ? "current wide" : "wide" do
Merge Requests
%span.count= @project.merge_requests.opened.count
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment