mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Increase the size of the resize handle of the edit grid text pop-out. Fixes #3083
Allow horizontal sizing of the edit grid text pop-out. Fixes #3805
This commit is contained in:
@@ -195,3 +195,7 @@ li.CodeMirror-hint-active {
|
||||
color: $color-fg-inverse;
|
||||
background-color: $color-primary;
|
||||
}
|
||||
|
||||
.pg_text_editor textarea {
|
||||
resize: both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user