From e71f0b7ec3553821414b0ac01ca440d12f626c6c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 24 Dec 2021 13:25:05 +0300 Subject: [PATCH] [PE] Fix Bug 54319 --- apps/presentationeditor/main/resources/less/transitions.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/resources/less/transitions.less b/apps/presentationeditor/main/resources/less/transitions.less index 94bec0766..1623fd2ef 100644 --- a/apps/presentationeditor/main/resources/less/transitions.less +++ b/apps/presentationeditor/main/resources/less/transitions.less @@ -14,7 +14,7 @@ } .caption{ - line-height: 18px; + line-height: normal; font-size: 11px; text-overflow: ellipsis; overflow: hidden;