Skip to content

Commit

Permalink
fix: Screen overflow for table in mobile UI
Browse files Browse the repository at this point in the history
  • Loading branch information
SinTan1729 committed Mar 18, 2024
1 parent 5a5a1bc commit 2a2ed7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ dialog form {
table td {
display: flex;
justify-content: left !important;
width: 98vw;
padding: .5em .1em;
}

table td::before {
Expand Down

0 comments on commit 2a2ed7e

Please sign in to comment.