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:
@@ -273,6 +273,11 @@ app {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.app-editor-resizable {
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.app-logo .navbar-brand {
|
||||
padding: 5px 20px 5px 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user