nowrap.module.css 96 B

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