diff --git a/libraries/ckeditor/ckeditor-content.css b/libraries/ckeditor/ckeditor-content.css index 806e431a9..526d61f62 100644 --- a/libraries/ckeditor/ckeditor-content.css +++ b/libraries/ckeditor/ckeditor-content.css @@ -27,6 +27,7 @@ margin: 1.25em 0; margin-right: 14px; position: relative; + overflow: hidden; } .ck-content .admonition p:last-child { diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index c28735fec..42fdf0d97 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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 {