Skip to content

Commit

Permalink
fix(CustomSelectOption): add word-break: break-word (#7092)
Browse files Browse the repository at this point in the history
Добавил для текста в CustomSelectOption свойство word-break: break-word
Свойство word-break: break-word не поддерживается в старых версиях Firefox, но поскольку у нас есть несколько мест, где уже используется, решил заиспользовать
  • Loading branch information
EldarMuhamethanov authored and actions-user committed Jun 28, 2024
1 parent 9ba0c02 commit 8c58e07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

.CustomSelectOption__children {
min-inline-size: 0;
word-break: break-word;
}

.CustomSelectOption__after {
Expand Down

0 comments on commit 8c58e07

Please sign in to comment.