Fix horizontal scroll of tables

Signed-off-by: Mohammed Rabeeh <mohammadrabeeh@gmail.com>
This commit is contained in:
Mohammed Rabeeh 2020-01-28 22:03:58 +05:30
parent b0efe9b3d5
commit eda9bcea35
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

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

View File

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