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:
Akshay Joshi
2018-12-13 10:56:45 +00:00
committed by Dave Page
parent d68eede3e6
commit 52fb8e197f
2 changed files with 7 additions and 1 deletions

View File

@@ -195,3 +195,7 @@ li.CodeMirror-hint-active {
color: $color-fg-inverse;
background-color: $color-primary;
}
.pg_text_editor textarea {
resize: both;
}