aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_mixins.scss')
-rw-r--r--client/src/sass/include/_mixins.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 99225e4e5..547f03caa 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -23,7 +23,7 @@
23 * @param $line-height line-height property 23 * @param $line-height line-height property
24 * @param $lines-to-show amount of lines to show 24 * @param $lines-to-show amount of lines to show
25 */ 25 */
26 @mixin ellipsis-multiline($font-size: 1rem, $line-height: 1, $lines-to-show: 2) { 26@mixin ellipsis-multiline($font-size: 1rem, $line-height: 1, $lines-to-show: 2) {
27 display: block; 27 display: block;
28 /* Fallback for non-webkit */ 28 /* Fallback for non-webkit */
29 display: -webkit-box; 29 display: -webkit-box;