/* Source and licensing information for the line(s) below can be found at https://promerch.uk/core/modules/system/css/components/nowrap.module.css. */
/**
 * @file
 * Utility class to prevent text wrapping.
 */

.nowrap {
  white-space: nowrap;
}

/* Source and licensing information for the above line(s) can be found at https://promerch.uk/core/modules/system/css/components/nowrap.module.css. */