Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

nowrap.module.css

Same filename in this branch
  1. 11.1.x core/themes/stable9/css/system/components/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. }
RSS feed
Powered by Drupal