Pull-request: #16361 Fixes: #16355 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
88a07c2858
@ -3518,6 +3518,10 @@ table.show_create {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: both;
|
||||
}
|
||||
|
||||
#pma_console {
|
||||
position: relative;
|
||||
margin-#{$left}: 250px;
|
||||
|
||||
@ -2879,6 +2879,10 @@ table.show_create {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: both;
|
||||
}
|
||||
|
||||
#pma_console {
|
||||
position: relative;
|
||||
margin-#{$left}: 240px;
|
||||
|
||||
@ -3405,6 +3405,10 @@ table.show_create {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: both;
|
||||
}
|
||||
|
||||
#pma_console {
|
||||
position: relative;
|
||||
margin-#{$left}: $navi-width;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user