NOWRAP CSS
p.a {
white-space: nowrap;
}
Lazy Lobster
p.a {
white-space: nowrap;
}
/* Schlüsselwortwerte */
word-break: normal;
word-break: break-all;
word-break: keep-all;
/* Globale Werte */
word-break: inherit;
word-break: initial;
word-break: unset;
The flex-wrap property specifies whether the flexible items should wrap or not. Note: If the elements are not flexible items, the flex-wrap property has no effect.