1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-25 15:18:37 -06:00

fix: Screen overflow for table in mobile UI

This commit is contained in:
Sayantan Santra 2024-03-18 18:59:34 -05:00
parent 5a5a1bc775
commit 2a2ed7e41a
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

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