From bb8006e8a105231d0bee2b982fba352a907ed7df Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Tue, 2 Jul 2024 14:49:32 +0200 Subject: [PATCH] Fix textarea resize horizontally Signed-off-by: Liviu-Mihail Concioiu --- themes/bootstrap/scss/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;