nowrap.module.css
Utility class to prevent text wrapping.
File
-
core/
themes/ stable9/ css/ system/ components/ nowrap.module.css
View source
- /**
- * @file
- * Utility class to prevent text wrapping.
- */
-
- .nowrap {
- white-space: nowrap;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.