Measure critical cell heights for badge alignment

This commit is contained in:
2026-03-14 13:55:05 +01:00
parent d9219ece0b
commit 9f1b39d83a
4 changed files with 46 additions and 7 deletions

View File

@@ -544,30 +544,26 @@ textarea {
display: flex;
flex-direction: column;
gap: 0.25rem;
height: 100%;
padding: 0.45rem;
box-sizing: border-box;
}
.critical-table .roll-band-header {
width: 120px;
background: rgba(255, 247, 230, 0.52);
font-size: 0.98rem;
font-size: 1.5rem;
text-align: center;
vertical-align: middle;
}
.critical-table thead th {
font-size: 0.98rem;
font-size: 1.5rem;
}
.critical-table td .affix-badge-list {
margin-top: auto;
}
.critical-table tbody tr {
height: 1px;
}
.empty-cell {
color: #a08464;
font-style: italic;