nowrap.module.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/themes/stable9/css/system/components/nowrap.module.css
- 11.x core/themes/stable9/css/system/components/nowrap.module.css
- 10 core/modules/system/css/components/nowrap.module.css
- 9 core/themes/stable9/css/system/components/nowrap.module.css
- 9 core/themes/stable/css/system/components/nowrap.module.css
- 9 core/modules/system/css/components/nowrap.module.css
Utility class to prevent text wrapping.
File
-
core/
modules/ system/ css/ 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.