1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-26 07:55:34 +03:00

Fix large image overflow in comment page

This commit is contained in:
charles 2024-07-31 09:21:42 +08:00
parent 666c2b23b1
commit 05641c97b1

View File

@ -54,6 +54,7 @@
display: flex;
flex-direction: column;
flex: 1;
max-width: calc(100% - 52px);
}
.ui.comments .comment > .avatar ~ .content {