This commit is contained in:
Ulf Gebhardt 2025-06-14 10:40:38 +02:00 committed by Maximilian Harz
parent 4dff218db4
commit 05e4d3d9ab

View File

@ -195,3 +195,11 @@ body.dropdown-open {
text-overflow: ellipsis;
white-space: nowrap;
}
.ProseMirror, .content{
img {
max-width: 100%;
max-height: 1000px;
}
}