8 lines
193 B
CSS
8 lines
193 B
CSS
.simditor.simditor-html .simditor-wrapper > textarea {
|
|
display: block !important;
|
|
}
|
|
.simditor.simditor-html .simditor-body,
|
|
.simditor.simditor-html .simditor-placeholder {
|
|
display: none;
|
|
}
|