Refine critical table layout density

This commit is contained in:
2026-03-14 13:41:01 +01:00
parent 1e9407bd3e
commit 21afb960e2
2 changed files with 20 additions and 11 deletions

View File

@@ -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>
}
}