summaryrefslogtreecommitdiffstats
path: root/app/views/issues
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-01-29 07:36:54 +0000
committerGo MAEDA <maeda@farend.jp>2024-01-29 07:36:54 +0000
commit2829ba6c5791d8b55f029282ca6257c9cdd5707e (patch)
tree631736fb862365451a2d8fccb1d47ca271fb68f2 /app/views/issues
parent897c957a1662a33f34622ea0693cefec3112833f (diff)
downloadredmine-2829ba6c5791d8b55f029282ca6257c9cdd5707e.tar.gz
redmine-2829ba6c5791d8b55f029282ca6257c9cdd5707e.zip
Extraneous whitespace when selecting and copying issue number on Chrome/Windows (#37390).
Patch by Thomas Löber (@tloeber). git-svn-id: https://svn.redmine.org/redmine/trunk@22663 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/show.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb
index 6f0a0a984..3b713b4e7 100644
--- a/app/views/issues/show.html.erb
+++ b/app/views/issues/show.html.erb
@@ -1,7 +1,6 @@
<%= render :partial => 'action_menu' %>
-<h2 class="inline-flex"><%= issue_heading(@issue) %></h2>
-<%= issue_status_type_badge(@issue.status) %>
+<h2 class="inline-block"><%= issue_heading(@issue) %></h2><%= issue_status_type_badge(@issue.status) %>
<% if @issue.is_private? %>
<span class="badge badge-private private"><%= l(:field_is_private) %></span>
<% end %>