Fix horizontal scroll of tables
Signed-off-by: Mohammed Rabeeh <mohammadrabeeh@gmail.com>
This commit is contained in:
parent
b0efe9b3d5
commit
eda9bcea35
@ -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"],
|
||||
|
||||
@ -2128,6 +2128,9 @@ input#auto_increment_opt {
|
||||
}
|
||||
|
||||
#table_columns {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
||||
input {
|
||||
&[type="text"],
|
||||
&[type="password"],
|
||||
|
||||
@ -2529,6 +2529,9 @@ input#auto_increment_opt {
|
||||
}
|
||||
|
||||
#table_columns {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
||||
input {
|
||||
&[type=text],
|
||||
&[type=password],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user