fix: Screen overflow for table in mobile UI
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user