Skip to content

Commit e2951d3

Browse files
committed
avoid comment contents breaking layouts
Overlong, non-breaking lines can break the containing layout. This adds an overflow:auto to avoid that.
1 parent 3c0215d commit e2951d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/meh-comments/meh-comments.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
> div.comment-content {
8383
grid-column: 2 / -1;
8484
grid-row: 3 / 4;
85+
overflow: auto;
8586
}
8687

8788
> div.comment-actions {

0 commit comments

Comments
 (0)