Version 1
[yaffs-website] / web / core / modules / system / css / components / nowrap.module.css
diff --git a/web/core/modules/system/css/components/nowrap.module.css b/web/core/modules/system/css/components/nowrap.module.css
new file mode 100644 (file)
index 0000000..466d9fe
--- /dev/null
@@ -0,0 +1,8 @@
+/**
+ * @file
+ * Utility class to prevent text wrapping.
+ */
+
+.nowrap {
+  white-space: nowrap;
+}