annotate core/themes/stable/css/system/components/nowrap.module.css @ 6:875880e46745

Styling
author Chris Cannam
date Fri, 08 Dec 2017 13:21:27 +0000
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 /**
Chris@0 2 * @file
Chris@0 3 * Utility class to prevent text wrapping.
Chris@0 4 */
Chris@0 5
Chris@0 6 .nowrap {
Chris@0 7 white-space: nowrap;
Chris@0 8 }