Skip to content

Commit

Permalink
remove not reqired style for width
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 9, 2024
1 parent 6749708 commit 1d2e3fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/issue_tags/_edit_modal.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ h3.title = @append ? l(:label_add_tags) : l(:label_edit_tags)
= additionals_select2_tag 'issue[tag_list]',
options_for_select(@append ? {} : @issue_tags.map { |tag| [tag, tag] }, @issue_tags),
multiple: true,
style: 'width: 100%;',
url: issue_tags_auto_completes_path(project_id: @project),
placeholder: @is_bulk_editing ? t(:label_no_change_option) : '+ add tag',
tags: User.current.allowed_to?(:create_issue_tags, @project)
Expand Down

0 comments on commit 1d2e3fb

Please sign in to comment.