diff --git a/src/app/components/shared/comment/comment.component.ts b/src/app/components/shared/comment/comment.component.ts index d5a2f2b06ad4e075277d8ca2c7c4ca648ce5c2ac..a06e38bb95b2fc856121e36dd22a95524ec298a1 100644 --- a/src/app/components/shared/comment/comment.component.ts +++ b/src/app/components/shared/comment/comment.component.ts @@ -36,7 +36,7 @@ import { UserBonusTokenComponent } from '../../participant/_dialogs/user-bonus-t export class CommentComponent implements OnInit, AfterViewInit { - static COMMENT_MAX_HEIGHT = 150; + static COMMENT_MAX_HEIGHT = 250; @Input() comment: Comment; @Input() moderator: boolean;