Commit cb30df19d44edfb3e3a4f73a19a93a739a5441e4
1 parent
142fd2c1
Exists in
master
and in
4 other branches
Fix issues search overflow on low res.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/issues/index.html.haml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | Issues |
5 | 5 | %span (<span class=issue_counter>#{@issues.total_count}</span>) |
6 | 6 | .pull-right |
7 | - .span5 | |
7 | + .span6 | |
8 | 8 | - if can? current_user, :write_issue, @project |
9 | 9 | = link_to new_project_issue_path(@project, issue: { assignee_id: params[:assignee_id], milestone_id: params[:milestone_id]}), class: "btn btn-primary pull-right", title: "New Issue", id: "new_issue_link" do |
10 | 10 | %i.icon-plus | ... | ... |