nowrap.module.css

Same filename in this branch
  1. 10 core/modules/system/css/components/nowrap.module.css
Same filename and directory in other branches
  1. 11.x core/themes/stable9/css/system/components/nowrap.module.css
  2. 9 core/themes/stable9/css/system/components/nowrap.module.css
  3. 9 core/themes/stable/css/system/components/nowrap.module.css
  4. 9 core/modules/system/css/components/nowrap.module.css
  5. 8.9.x core/themes/stable/css/system/components/nowrap.module.css
  6. 8.9.x core/modules/system/css/components/nowrap.module.css

Utility class to prevent text wrapping.

File

core/themes/stable9/css/system/components/nowrap.module.css

View source
  1. /**
  2. * @file
  3. * Utility class to prevent text wrapping.
  4. */
  5. .nowrap {
  6. white-space: nowrap;
  7. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.