Höhe von Editor angepasst

This commit is contained in:
Matthias Grief
2025-01-02 18:36:57 +01:00
parent d83df3a6aa
commit 1e3234af07

View File

@@ -288,7 +288,7 @@ if($_SERVER['REQUEST_METHOD'] == 'POST') {
</div>
</div>
<div id="quillEditor" style="height: 400px;" class="bg-white border rounded-lg"><?php
<div id="quillEditor" style="height: 600px;" class="bg-white border rounded-lg"><?php
$article = $defaultValues['article'];
echo $article;