]> source.dussan.org Git - redmine.git/commitdiff
Do not apply table-layout:fixed in potentially wide tables of detailed issue reports...
authorGo MAEDA <maeda@farend.jp>
Wed, 22 Mar 2023 04:02:14 +0000 (04:02 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 22 Mar 2023 04:02:14 +0000 (04:02 +0000)
Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22142 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/reports/_details.html.erb

index 2db6ce01431adab8363637ae82ddd735abe95597..0bfb0f8f20dde62620eea70635166d39900a313a 100644 (file)
@@ -1,7 +1,7 @@
 <% if @statuses.empty? or rows.empty? %>
     <p><i><%=l(:label_no_data)%></i></p>
 <% else %>
-<table class="list issue-report">
+<table class="list issue-report-detailed">
 <thead><tr>
 <th></th>
 <% for status in @statuses %>