fix date line on mobile, tablet (#15468)

This commit is contained in:
Ihor Sychevskyi 2024-07-24 05:02:30 +03:00 committed by GitHub
parent 10a8b3c7a1
commit 06068e6d0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
display: flex;
overflow: auto;
white-space: nowrap;
@media (min-width: $bp-md) {
@media (min-width: $bp-xl) {
white-space: normal;
overflow: unset;
justify-content: center;