| 1234567891011121314 |
- textarea[size="sm"],
- zen-editor[size="sm"] {min-height: 142px;}
- textarea[size="lg"],
- zen-editor[size="lg"] {min-height: 250px;}
- textarea[size="full"] {min-height: 100%; height: 100%;}
- [data-tippy-root] tiptap-menu-item > button {font-size: inherit; font-family: Arial; line-height: normal;}
- .editor-container {width: 100%; box-shadow: inset 0 0 0 1px var(--form-control-border); border-radius: var(--form-control-radius);}
- .editor-container.is-readonly {box-shadow: none;}
- .editor-container zen-editor {display: none;}
- .editor-container textarea {height: initial;}
- [data-loaded-editor] .editor-container zen-editor {display: block;}
- [data-loaded-editor] .editor-container textarea {display: none;}
|