Wyłącz okład tekstu CSS
div {
white-space: nowrap;
}
Ethan Crabb
div {
white-space: nowrap;
}
div {
/* This is the default, you don't need to
explicitly declare it unless overriding
another declaration */
white-space: normal;
}
div {
overflow: hidden;
}