Version 1
[yaffs-website] / web / core / themes / stable / css / system / components / nowrap.module.css
1 /**
2  * @file
3  * Utility class to prevent text wrapping.
4  */
5
6 .nowrap {
7   white-space: nowrap;
8 }