Merge #16361 - Fix #16355 - Make Textareas both sides resizable

Pull-request: #16361
Fixes: #16355

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-09-19 23:38:26 +02:00
commit 88a07c2858
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
3 changed files with 12 additions and 0 deletions

View File

@ -3518,6 +3518,10 @@ table.show_create {
z-index: 100;
}
textarea {
resize: both;
}
#pma_console {
position: relative;
margin-#{$left}: 250px;

View File

@ -2879,6 +2879,10 @@ table.show_create {
z-index: 100;
}
textarea {
resize: both;
}
#pma_console {
position: relative;
margin-#{$left}: 240px;

View File

@ -3405,6 +3405,10 @@ table.show_create {
z-index: 100;
}
textarea {
resize: both;
}
#pma_console {
position: relative;
margin-#{$left}: $navi-width;