Use this instead of white-space: nowrap

Опубликовано: 03 Март 2026
на канале: Kevin Powell
116,771
8.9k

white-space: nowrap can come in handy at times, but it introduces the possibility of overflows, but using min-width: fit-content solves the same problem, but will allow text to wrap if there is no more space available.