@halo-dev/richtext-editor 0.0.0-alpha.27 → 0.0.0-alpha.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
.halo-rich-text-editor .editor-content .ProseMirror {
|
|
14
14
|
height: 100%;
|
|
15
|
+
overflow: auto;
|
|
15
16
|
outline: none !important;
|
|
16
17
|
padding: 15px;
|
|
17
18
|
}
|
|
@@ -2077,7 +2078,9 @@ pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5p
|
|
|
2077
2078
|
width: 1px
|
|
2078
2079
|
}
|
|
2079
2080
|
.editor-block {
|
|
2080
|
-
position: relative
|
|
2081
|
+
position: relative;
|
|
2082
|
+
margin-top: 2.25rem;
|
|
2083
|
+
margin-bottom: 2.25rem
|
|
2081
2084
|
}
|
|
2082
2085
|
.editor-block__content {
|
|
2083
2086
|
border-radius: 0.25rem;
|