Enable form lateral scrolling for mobile devices

This commit is contained in:
Edgar P. Burkhart 2023-04-18 17:19:17 +02:00
parent 9b05d41eec
commit 2b9180f25a
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.table {overflow-x: auto}
.table, form {overflow-x: auto}
table {border-collapse: collapse}
table.more tbody:last-child tr:last-child {
border-bottom: .1rem dashed var(--gray);