Files
Popsu-coloque/web/themes/contrib/mediteran/css/system/components/nowrap.module.css
T
2020-06-08 23:57:36 +02:00

9 lines
96 B
CSS

/**
* @file
* Utility class to prevent text wrapping.
*/
.nowrap {
white-space: nowrap;
}