feat: fixing custom editor
This commit is contained in:
parent
4f27b0f332
commit
d0336e9ca0
|
|
@ -76,8 +76,7 @@ function CustomEditor(props) {
|
||||||
.ckeditor-wrapper {
|
.ckeditor-wrapper {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
// box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
||||||
0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ckeditor-wrapper :global(.ck.ck-editor__main) {
|
.ckeditor-wrapper :global(.ck.ck-editor__main) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue