Skip to content

Commit

Permalink
fix(editor): viewHTML editor-dialog styling fixed with flex
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGindev authored and joneff committed Jul 16, 2021
1 parent 85969ca commit c16b8be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/default/scss/editor/_layout.scss
Expand Up @@ -309,6 +309,12 @@
.k-edit-buttons {}
}

//View HTML dialog using flex to fit child textarea
.k-editor-dialog.k-viewhtml-dialog {
display: flex;
flex-direction: column;
}

// Text area in editor dialog
.k-textarea.k-editor-textarea {
width: 100%;
Expand Down

0 comments on commit c16b8be

Please sign in to comment.