diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index c6fe989e98..64f3399e9f 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -3518,6 +3518,10 @@ table.show_create { z-index: 100; } +textarea { + resize: both; +} + #pma_console { position: relative; margin-#{$left}: 250px; diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index aa793bc9c7..92465f4cd5 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -2879,6 +2879,10 @@ table.show_create { z-index: 100; } +textarea { + resize: both; +} + #pma_console { position: relative; margin-#{$left}: 240px; diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 2dfa34a80c..f9a616bd71 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -3405,6 +3405,10 @@ table.show_create { z-index: 100; } +textarea { + resize: both; +} + #pma_console { position: relative; margin-#{$left}: $navi-width;