14 lines
563 B
CSS
14 lines
563 B
CSS
textarea[size="sm"],
|
|
tiptap-editor[size="sm"] {min-height: 142px;}
|
|
textarea[size="lg"],
|
|
tiptap-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%;}
|
|
.editor-container tiptap-editor {display: none;}
|
|
.editor-container textarea {height: initial;}
|
|
[data-loaded-editor] .editor-container tiptap-editor {display: block;}
|
|
[data-loaded-editor] .editor-container textarea {display: none;}
|