update css and add provisional height

This commit is contained in:
ma0068
2026-04-30 18:02:38 +02:00
parent 552faefa51
commit 685fc69e5d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ html.fs_huge {
}
.tiny-90 div.tox.tox-tinymce {
height: 90% !important;
height: 90%;
}
/* slim begin */
@@ -63,7 +63,7 @@ export default {
const vm = this;
tinymce.init({
target: this.$refs.editor.$refs.input, //Important: not selector: to enable multiple import of component
//height: 800,
height: 700,
//plugins: ['lists'],
toolbar: 'styleselect | bold italic underline | alignleft aligncenter alignright alignjustify | link',
plugins: 'link',
@@ -345,7 +345,7 @@ export default {
type="textarea"
v-model="formData.body"
name="body"
rows="35"
rows="75"
cols="75"
>
</form-input>