Fix textarea resize horizontally
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
parent
f8dd8d3475
commit
bb8006e8a1
@ -1864,6 +1864,10 @@ table.show_create {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: both;
|
||||
}
|
||||
|
||||
#pma_console {
|
||||
position: relative;
|
||||
margin-left: $navigation-width;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user