Fix textarea resize horizontally

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
Liviu-Mihail Concioiu 2024-07-02 14:49:32 +02:00
parent f8dd8d3475
commit bb8006e8a1

View File

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