fixed list item size in firefox

This commit is contained in:
antelle 2021-03-20 22:40:13 +01:00
parent b16c23190b
commit 51c0637134
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@
}
}
&__items-container {
position: relative;
}
&__item {
left: 0;
white-space: nowrap;