/**
 * @file
 * Utility class to prevent text wrapping.
 */

 .nowrap {
    white-space: nowrap;
  }