style(MembersView): enhance age class line styling
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 36s

- Added white-space nowrap property to .tt-age-class-line and .tt-age-class-line--next classes to prevent text wrapping, improving the visual layout of age class lines in the MembersView component.
This commit is contained in:
Torsten Schulz (local)
2026-04-02 07:25:54 +02:00
parent c76b5f32e2
commit fd02655be4

View File

@@ -3429,11 +3429,13 @@ table td {
.tt-age-class-line + .tt-age-class-line {
margin-top: 0.2rem;
white-space: nowrap;
}
.tt-age-class-line--next {
opacity: 0.88;
font-size: 0.92em;
white-space: nowrap;
}
.last-training-cell {