diff --git a/webapp/components/Comment.vue b/webapp/components/Comment.vue index 6c3e3a9aa..d1311df07 100644 --- a/webapp/components/Comment.vue +++ b/webapp/components/Comment.vue @@ -22,25 +22,30 @@ - -
-
+ +
+
{{ $t('comment.show.more') }}
-
- - {{ $t('comment.show.less') }} - +
+
+ + {{ $t('comment.show.less') }} + +
@@ -54,7 +59,7 @@ import ContentMenu from '~/components/ContentMenu' export default { data: function() { return { - collapsible: false, + isCollapsed: true, } }, components: {