mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-28 16:01:32 +08:00
fix(admonitions): unnecessary right margin
This commit is contained in:
parent
74064c8d49
commit
4f7f7c460a
1
libraries/ckeditor/ckeditor-content.css
vendored
1
libraries/ckeditor/ckeditor-content.css
vendored
@ -25,7 +25,6 @@
|
|||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin: 1.25em 0;
|
margin: 1.25em 0;
|
||||||
margin-right: 14px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -1730,7 +1730,6 @@ footer.file-footer button {
|
|||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin: 1.25em 0;
|
margin: 1.25em 0;
|
||||||
margin-right: 14px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 2.5em;
|
padding-left: 2.5em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user