aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/custom/_main.scss')
-rw-r--r--src/scss/custom/_main.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scss/custom/_main.scss b/src/scss/custom/_main.scss
index b77e5c5..9a7b866 100644
--- a/src/scss/custom/_main.scss
+++ b/src/scss/custom/_main.scss
@@ -107,3 +107,9 @@ legend {
margin-bottom: 0rem;
}
}
+
+.hidden-more {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}