summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/base/_typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/base/_typography.scss b/webapp/sass/base/_typography.scss
index 1d3f1d052..a9bc183c4 100644
--- a/webapp/sass/base/_typography.scss
+++ b/webapp/sass/base/_typography.scss
@@ -26,6 +26,10 @@ body {
word-break: break-all;
}
+.whitespace--nowrap {
+ white-space: nowrap;
+}
+
.overflow--ellipsis {
overflow: hidden;
text-overflow: ellipsis;