mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 19:52:28 +08:00
fix(admonitions): floating images breaking out
This commit is contained in:
parent
ac419e8ab4
commit
00106580ca
1
libraries/ckeditor/ckeditor-content.css
vendored
1
libraries/ckeditor/ckeditor-content.css
vendored
@ -27,6 +27,7 @@
|
|||||||
margin: 1.25em 0;
|
margin: 1.25em 0;
|
||||||
margin-right: 14px;
|
margin-right: 14px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-content .admonition p:last-child {
|
.ck-content .admonition p:last-child {
|
||||||
|
@ -1733,6 +1733,7 @@ footer.file-footer button {
|
|||||||
margin-right: 14px;
|
margin-right: 14px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 2.5em;
|
padding-left: 2.5em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-content .admonition p:last-child {
|
.ck-content .admonition p:last-child {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user