Added Resizable css to text editors

updated the app.css with resizable and applied the class to Radzen and Quilll text editors
This commit is contained in:
Leigh Pointer
2025-11-01 09:53:25 +01:00
parent afbe6c7054
commit 2def6ad854
3 changed files with 7 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
</span>
}
</div>
<div @ref="@_editorElement"></div>
<div @ref="@_editorElement" class="app-editor-resizable"></div>
</div>
</div>
</TabPanel>