diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2021-12-09 08:53:30 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:43:33 +0100 |
commit | 62c21c450065c4f5e7b594f32f06d8cd39d2ec55 (patch) | |
tree | d68f381536a19d61ab8063f99f60fb013d2036d2 /editor/editor.css | |
parent | e20974010f6a6e928ab594167ea677d31a2a6463 (diff) |
Set the html element fit in one pageeditor
Diffstat (limited to 'editor/editor.css')
-rwxr-xr-x | editor/editor.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor.css b/editor/editor.css index c156768..1f3f1a4 100755 --- a/editor/editor.css +++ b/editor/editor.css @@ -302,8 +302,8 @@ li.ProseMirror-selectednode:after { color: black; background-clip: padding-box; border-radius: 4px; - border: 2px solid rgba(0, 0, 0, 0.2); - padding: 5px 0; + border: 1px solid rgba(0, 0, 0, 0.2); + padding-top: 5px 0; margin-bottom: 23px; } |