fix: Screen overflow for table in mobile UI

This commit is contained in:
SinTan1729 2024-03-18 18:59:34 -05:00
parent 5a5a1bc775
commit 2a2ed7e41a
No known key found for this signature in database
GPG Key ID: EB3E68BFBA25C85F

View File

@ -110,6 +110,8 @@ dialog form {
table td { table td {
display: flex; display: flex;
justify-content: left !important; justify-content: left !important;
width: 98vw;
padding: .5em .1em;
} }
table td::before { table td::before {