Pull-request: #15870 Fixes: #15194 [ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
319122dd44
@ -2515,6 +2515,9 @@ input#auto_increment_opt {
|
||||
}
|
||||
|
||||
#table_columns {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
||||
input {
|
||||
&[type=text],
|
||||
&[type=password],
|
||||
|
||||
@ -2652,6 +2652,9 @@ form.append_fields_form .tblFooters {
|
||||
}
|
||||
|
||||
#table_columns {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
||||
input {
|
||||
&[type="text"],
|
||||
&[type="password"],
|
||||
|
||||
@ -2137,6 +2137,9 @@ input#auto_increment_opt {
|
||||
}
|
||||
|
||||
#table_columns {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
||||
input {
|
||||
&[type="text"],
|
||||
&[type="password"],
|
||||
|
||||
@ -2538,6 +2538,9 @@ input#auto_increment_opt {
|
||||
}
|
||||
|
||||
#table_columns {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
||||
input {
|
||||
&[type=text],
|
||||
&[type=password],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user