Skip to content

Commit

Permalink
Set any tables in a modal to 100% so that they fill the modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Nov 6, 2024
1 parent f51f1b4 commit 8385aca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/skins/classic/css/base/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ input[disabled] {
.modal img {
max-width: 100%;
}
.modal table {
width: 100%;
}
img {
display: inline-block;
}
Expand Down

0 comments on commit 8385aca

Please sign in to comment.