From 91dc833ec80b179d3605a2250e192f8ce2866f9b Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Fri, 23 Sep 2022 21:25:40 +0300 Subject: [PATCH] [DE PE SSE] Fix width of plugin buttons, fix translation --- apps/common/main/resources/less/plugins.less | 2 +- apps/documenteditor/main/locale/hy.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/main/resources/less/plugins.less b/apps/common/main/resources/less/plugins.less index 1bba907aa..607d738d8 100644 --- a/apps/common/main/resources/less/plugins.less +++ b/apps/common/main/resources/less/plugins.less @@ -132,7 +132,7 @@ .x-huge.icon-top { .caption { text-overflow: ellipsis; - max-width: 85px; + max-width: 160px; } } diff --git a/apps/documenteditor/main/locale/hy.json b/apps/documenteditor/main/locale/hy.json index add0ca15a..85f189cf5 100644 --- a/apps/documenteditor/main/locale/hy.json +++ b/apps/documenteditor/main/locale/hy.json @@ -415,7 +415,7 @@ "Common.Views.ReviewChanges.txtCommentResolveCurrent": "Լուծել ընթացիկ մեկնաբանությունները", "Common.Views.ReviewChanges.txtCommentResolveMy": "Լուծել իմ մեկնաբանությունները", "Common.Views.ReviewChanges.txtCommentResolveMyCurrent": "Լուծել իմ ընթացիկ մեկնաբանությունները", - "Common.Views.ReviewChanges.txtCompare": " Համեմատել", + "Common.Views.ReviewChanges.txtCompare": "Համեմատել", "Common.Views.ReviewChanges.txtDocLang": "Լեզու", "Common.Views.ReviewChanges.txtEditing": "Խմբագրում ", "Common.Views.ReviewChanges.txtFinal": "Բոլոր փոփոխումներն ընդունված են {0}",