aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_main.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-25 12:12:58 -0500
committerJesús <heckyel@hyperbola.info>2019-11-25 12:12:58 -0500
commitb001ca02c8bbd3ebd18c1c93521d8a3a99db5e4a (patch)
tree30d98a07ec71eda0becb8647122132d852d163b1 /src/scss/custom/_main.scss
parent647b51b604d3ff9371918e8740db08bea247ba67 (diff)
downloadcl-theme-b001ca02c8bbd3ebd18c1c93521d8a3a99db5e4a.tar.lz
cl-theme-b001ca02c8bbd3ebd18c1c93521d8a3a99db5e4a.tar.xz
cl-theme-b001ca02c8bbd3ebd18c1c93521d8a3a99db5e4a.zip
update styles
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;
+}