mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-01-16 23:49:25 +00:00
nowrap on sport name cell
This commit is contained in:
@ -545,6 +545,9 @@ video {
|
||||
.justify-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.whitespace-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.rounded-lg {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user