fix(admonitions): floating images breaking out

This commit is contained in:
Elian Doran 2025-03-15 19:31:45 +02:00
parent ac419e8ab4
commit 00106580ca
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
margin: 1.25em 0;
margin-right: 14px;
position: relative;
overflow: hidden;
}
.ck-content .admonition p:last-child {

View File

@ -1733,6 +1733,7 @@ footer.file-footer button {
margin-right: 14px;
position: relative;
padding-left: 2.5em;
overflow: hidden;
}
.ck-content .admonition p:last-child {