nowrap.module.css

Utility class to prevent text wrapping.

File

core/modules/system/css/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.