summaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2021-12-09 08:53:30 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit62c21c450065c4f5e7b594f32f06d8cd39d2ec55 (patch)
treed68f381536a19d61ab8063f99f60fb013d2036d2 /editor/editor.css
parente20974010f6a6e928ab594167ea677d31a2a6463 (diff)
Set the html element fit in one pageeditor
Diffstat (limited to 'editor/editor.css')
-rwxr-xr-xeditor/editor.css4
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;
}