From b95dc572c51a67ea9a8f505d17c1f2569aa669da Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 10 Oct 2017 12:53:10 +0200 Subject: [PATCH] improves answer description height to avoid texts cuts --- app/assets/stylesheets/participation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 7d6a0fff7..5fefd8c53 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1596,7 +1596,7 @@ height: 100%; &.short { - height: $line-height * 12; + height: rem-calc(300); overflow: hidden; } }