Skip to content

Commit 05641c9

Browse files
committed
Fix large image overflow in comment page
1 parent 666c2b2 commit 05641c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/modules/comment.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
display: flex;
5555
flex-direction: column;
5656
flex: 1;
57+
max-width: calc(100% - 52px);
5758
}
5859

5960
.ui.comments .comment > .avatar ~ .content {

0 commit comments

Comments
 (0)