@flozy/editor 1.2.6 → 1.2.7
Sign up to get free protection for your applications and to get access to all the features.
package/dist/Editor/Editor.css
CHANGED
@@ -26,11 +26,11 @@ blockquote{
|
|
26
26
|
.editor-wrapper table{
|
27
27
|
border-collapse: collapse;
|
28
28
|
}
|
29
|
-
|
29
|
+
.editor-wrapper .editor-wrapperbutton{
|
30
30
|
background-color: white;
|
31
31
|
border:none;
|
32
32
|
}
|
33
|
-
.btnActive{
|
33
|
+
.editor-wrapper .btnActive{
|
34
34
|
opacity: 1;
|
35
35
|
}
|
36
36
|
.editor-wrapper{
|
@@ -76,9 +76,6 @@ button{
|
|
76
76
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
77
77
|
monospace;
|
78
78
|
}
|
79
|
-
[data-slate-node="element"] {
|
80
|
-
margin: 10px 0;
|
81
|
-
}
|
82
79
|
.editor-wrapper html{
|
83
80
|
scroll-behavior: smooth;
|
84
81
|
}
|