mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
fix: Screen overflow for table in mobile UI
This commit is contained in:
parent
5a5a1bc775
commit
2a2ed7e41a
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue