Enable form lateral scrolling for mobile devices
This commit is contained in:
parent
9b05d41eec
commit
2b9180f25a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
.table {overflow-x: auto}
|
.table, form {overflow-x: auto}
|
||||||
table {border-collapse: collapse}
|
table {border-collapse: collapse}
|
||||||
table.more tbody:last-child tr:last-child {
|
table.more tbody:last-child tr:last-child {
|
||||||
border-bottom: .1rem dashed var(--gray);
|
border-bottom: .1rem dashed var(--gray);
|
||||||
|
|
Loading…
Reference in a new issue