Skip to content

Commit

Permalink
T1228720 - set height of text editor and padding for the container
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Jul 22, 2024
1 parent 75574e1 commit e7fcd70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/devextreme-scss/scss/widgets/base/dataGrid/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,14 @@ $datagrid-text-stub-background-image-path: null !default;
}
}

.dx-editor-cell .dx-texteditor {
.dx-tag-container,
.dx-texteditor-input {
min-height: auto;
height: 100%;
}

.dx-tag-container {
padding: 10px 0;
}
}

0 comments on commit e7fcd70

Please sign in to comment.