Merge pull request #31826 from sokumon/restrict-image
fix: restrict image size in quill comments
This commit is contained in:
commit
9930dd5444
1 changed files with 5 additions and 0 deletions
|
|
@ -310,6 +310,11 @@
|
|||
.mention {
|
||||
--user-mention-bg-color: var(--control-bg);
|
||||
}
|
||||
p {
|
||||
img {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ql-mention-list {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue