Commit 688af57da0afe45df9169ab8a9cbec609627f2b7
1 parent
2e79f830
Exists in
spb-stable
and in
3 other branches
Increase width of issue filter field
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/issues/_head.html.haml
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | .pull-right | 19 | .pull-right |
20 | = form_tag project_issues_path(@project), method: :get, id: "issue_search_form", class: 'inline issue-search-form' do | 20 | = form_tag project_issues_path(@project), method: :get, id: "issue_search_form", class: 'inline issue-search-form' do |
21 | .append-right-10.hidden-xs.hidden-sm | 21 | .append-right-10.hidden-xs.hidden-sm |
22 | - = search_field_tag :issue_search, nil, { placeholder: 'Filter by title or description', class: 'form-control issue_search search-text-input' } | 22 | + = search_field_tag :issue_search, nil, { placeholder: 'Filter by title or description', class: 'form-control issue_search search-text-input input-mn-300' } |
23 | - if can? current_user, :write_issue, @project | 23 | - if can? current_user, :write_issue, @project |
24 | = link_to new_project_issue_path(@project, issue: { assignee_id: params[:assignee_id], milestone_id: params[:milestone_id]}), class: "btn btn-new", title: "New Issue", id: "new_issue_link" do | 24 | = link_to new_project_issue_path(@project, issue: { assignee_id: params[:assignee_id], milestone_id: params[:milestone_id]}), class: "btn btn-new", title: "New Issue", id: "new_issue_link" do |
25 | %i.icon-plus | 25 | %i.icon-plus |