mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Support textareas in backgrid.
This commit is contained in:
committed by
Dave Page
parent
41805d40b5
commit
3df180831f
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user