Skip to content
Snippets Groups Projects
Commit 858a0e51 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch '695-increase-max-height-for-comment-expand' into 'staging'

increase expand trigger height

Closes #695

See merge request arsnova/frag.jetzt!693
parents 85a988c0 a0ea5f54
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment