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

@@ -273,6 +273,11 @@ app {
min-height: 250px;
}
.app-editor-resizable {
resize: vertical;
overflow: auto;
}
.app-logo .navbar-brand {
padding: 5px 20px 5px 20px;
}