nowrap on sport name cell

This commit is contained in:
Fabrice Lamant
2024-07-21 09:31:41 +01:00
parent 5bc1d66846
commit 2e1eafce14
3 changed files with 51 additions and 48 deletions

View File

@ -545,6 +545,9 @@ video {
.justify-between {
justify-content: space-between;
}
.whitespace-nowrap {
white-space: nowrap;
}
.rounded-lg {
border-radius: 0.5rem;
}