summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base/_typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/base/_typography.scss')
-rw-r--r--webapp/sass/base/_typography.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/sass/base/_typography.scss b/webapp/sass/base/_typography.scss
index f595e0ed9..1d3f1d052 100644
--- a/webapp/sass/base/_typography.scss
+++ b/webapp/sass/base/_typography.scss
@@ -26,6 +26,11 @@ body {
word-break: break-all;
}
+.overflow--ellipsis {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
.fa {
&.fa-margin--left {
margin-left: 2px;