style(MembersView): enhance age class line styling
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 36s
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user