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:
@ -64,7 +64,7 @@
|
||||
</span>
|
||||
}
|
||||
</div>
|
||||
<div @ref="@_editorElement"></div>
|
||||
<div @ref="@_editorElement" class="app-editor-resizable"></div>
|
||||
</div>
|
||||
</div>
|
||||
</TabPanel>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<RadzenTheme Theme="@RadzenEditorDefinitions.DefaultTheme" />
|
||||
<RadzenComponents />
|
||||
<RadzenHtmlEditor @ref="_editor" Visible="_visible" Placeholder="@Placeholder" style="@($"height: {Height}px;")"
|
||||
@bind-Value="_value" Execute="OnExecute" class="rz-text-editor">
|
||||
@bind-Value="_value" Execute="OnExecute" class="rz-text-editor app-editor-resizable">
|
||||
<ChildContent>
|
||||
@_toolbar
|
||||
@if (UserSecurity.IsAuthorized(PageState.User, RoleNames.Admin))
|
||||
|
||||
Reference in New Issue
Block a user