mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
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
This commit is contained in:
parent
897c957a16
commit
2829ba6c57
@ -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 %>
|
||||
|
||||
@ -150,6 +150,7 @@ div.modal .box p {margin: 0.3em 0;}
|
||||
|
||||
.mobile-show {display: none;}
|
||||
.hidden {display: none;}
|
||||
.inline-block {display: inline-block;}
|
||||
.inline-flex {display: inline-flex;}
|
||||
|
||||
/***** Links *****/
|
||||
@ -1573,6 +1574,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
|
||||
border-radius: 2px;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
}
|
||||
.badge-private {
|
||||
background: #d22;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user