diff options
Diffstat (limited to 'app/views/timelog/report.html.erb')
-rw-r--r-- | app/views/timelog/report.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/timelog/report.html.erb b/app/views/timelog/report.html.erb index d88ee782a..ac2637ef1 100644 --- a/app/views/timelog/report.html.erb +++ b/app/views/timelog/report.html.erb @@ -43,9 +43,9 @@ <% end %> <% columns_width = (40 / (@report.periods.length+1)).to_i %> <% @report.periods.each do |period| %> - <th class="period" width="<%= columns_width %>%"><%= period %></th> + <th class="period" style="width:<%= columns_width %>%;"><%= period %></th> <% end %> - <th class="total" width="<%= columns_width %>%"><%= l(:label_total_time) %></th> + <th class="total" style="width:<%= columns_width %>%;"><%= l(:label_total_time) %></th> </tr> </thead> <tbody> |