SIH2024 / static /nowrap.module.css
Neurolingua's picture
Upload 78 files
350d0df verified
raw
history blame
96 Bytes
/**
* @file
* Utility class to prevent text wrapping.
*/
.nowrap {
white-space: nowrap;
}