Merge pull request #31826 from sokumon/restrict-image

fix: restrict image size in quill comments
This commit is contained in:
Soham Kulkarni 2025-03-20 16:36:57 +05:30 committed by GitHub
commit 9930dd5444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -310,6 +310,11 @@
.mention {
--user-mention-bg-color: var(--control-bg);
}
p {
img {
max-width: 500px;
}
}
}
.ql-mention-list {