Support longer "Sort by" for i18n on home page (#4365)

This commit is contained in:
Jerozgen
2025-09-15 09:22:11 +03:00
committed by GitHub
parent 3fc55184a7
commit cef425b6be

View File

@@ -982,10 +982,14 @@ const creatorFeatureMessages = defineMessages({
display: flex;
gap: 0.75rem;
align-items: center;
min-width: 12.25rem;
.label {
white-space: nowrap;
}
.selector {
max-width: 8rem;
min-width: 8rem;
white-space: nowrap;
}
@media screen and (max-width: 500px) {