mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Fix large image overflow in comment page
This commit is contained in:
parent
666c2b23b1
commit
05641c97b1
@ -54,6 +54,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
max-width: calc(100% - 52px);
|
||||
}
|
||||
|
||||
.ui.comments .comment > .avatar ~ .content {
|
||||
|
Loading…
Reference in New Issue
Block a user