diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index 01bee8b269..cfc2f66263 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -1864,6 +1864,10 @@ table.show_create { z-index: 100; } +textarea { + resize: both; +} + #pma_console { position: relative; margin-left: $navigation-width;