Refine critical table layout density
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<table class="critical-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="roll-band-header" rowspan="2">Roll band</th>
|
||||
<th class="roll-band-header" rowspan="2"></th>
|
||||
@if (detail.Groups.Count > 0)
|
||||
{
|
||||
foreach (var group in detail.Groups)
|
||||
@@ -82,7 +82,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<th colspan="@detail.Columns.Count">Columns</th>
|
||||
<th colspan="@detail.Columns.Count"></th>
|
||||
}
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -94,7 +94,6 @@
|
||||
{
|
||||
<th>
|
||||
<span>@column.Label</span>
|
||||
<small>@column.Role</small>
|
||||
</th>
|
||||
}
|
||||
}
|
||||
@@ -105,7 +104,6 @@
|
||||
{
|
||||
<th>
|
||||
<span>@column.Label</span>
|
||||
<small>@column.Role</small>
|
||||
</th>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user