Merge #15870 - Fix #15194 horizontal scroll of tables on structure edit page

Pull-request: #15870
Fixes: #15194
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-01-28 19:11:06 +01:00
commit 319122dd44
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 12 additions and 0 deletions

View File

@ -2515,6 +2515,9 @@ input#auto_increment_opt {
}
#table_columns {
display: block;
overflow: auto;
input {
&[type=text],
&[type=password],

View File

@ -2652,6 +2652,9 @@ form.append_fields_form .tblFooters {
}
#table_columns {
display: block;
overflow: auto;
input {
&[type="text"],
&[type="password"],

View File

@ -2137,6 +2137,9 @@ input#auto_increment_opt {
}
#table_columns {
display: block;
overflow: auto;
input {
&[type="text"],
&[type="password"],

View File

@ -2538,6 +2538,9 @@ input#auto_increment_opt {
}
#table_columns {
display: block;
overflow: auto;
input {
&[type=text],
&[type=password],