diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 6fb9bf200..c2e200a14 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -18,6 +18,12 @@ | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | |||
22 | @mixin ellipsis { | ||
23 | white-space: nowrap; | ||
24 | overflow: hidden; | ||
25 | text-overflow: ellipsis; | ||
26 | } | ||
21 | /** | 27 | /** |
22 | * This mixin will crop text in block for needed amount of lines and put ellipsis at the end | 28 | * This mixin will crop text in block for needed amount of lines and put ellipsis at the end |
23 | * | 29 | * |