Support textareas in backgrid.

This commit is contained in:
Khushboo Vashi
2016-03-16 14:48:09 +00:00
committed by Dave Page
parent 41805d40b5
commit 3df180831f
2 changed files with 40 additions and 0 deletions

View File

@@ -789,4 +789,13 @@ td.edit-cell.editable.sortable.renderable.editor {
margin: 0 auto;
position: relative;
text-align: center;
}
.backgrid .textarea-cell {
text-align: left;
}
.backgrid .textarea-cell.editor textarea {
width: 100%;
height: auto;
}