Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / web / core / modules / system / css / components / nowrap.module.css
1 /**
2  * @file
3  * Utility class to prevent text wrapping.
4  */
5
6 .nowrap {
7   white-space: nowrap;
8 }