From 597ca3029f9fd508bdcd2a6a7434d380155f285f Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Tue, 15 Oct 2019 15:07:30 +0300 Subject: [PATCH] improve html and css for collapse-button --- webapp/components/Comment/Comment.vue | 30 ++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/webapp/components/Comment/Comment.vue b/webapp/components/Comment/Comment.vue index 35c6205ae..ca7d1f741 100644 --- a/webapp/components/Comment/Comment.vue +++ b/webapp/components/Comment/Comment.vue @@ -43,12 +43,15 @@ />
- - - - {{ isCollapsed ? $t('comment.show.more') : $t('comment.show.less') }} - - + +
@@ -172,11 +175,24 @@ export default { }