Fix style attribute for Actual column header, should fix #412
This commit is contained in:
parent
bdade99837
commit
109372d10b
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@
|
|||
<table class="table table-bordered table-hover" style="table-layout: fixed; width: 100%; margin-top: 20px">
|
||||
<tr>
|
||||
<th style="width: 18%"></th>
|
||||
<th style="text-align: right" style="width: 12%">Actual</th>
|
||||
<th style="width: 12%; text-align: right">Actual</th>
|
||||
<th style="width: 35%">Target</th>
|
||||
<th style="width: 35%">Offset</th>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue