Set any tables in a modal to 100% so that they fill the modal.

This commit is contained in:
Isaac Connor
2024-11-06 12:21:15 -05:00
parent f51f1b4200
commit 8385aca883

View File

@@ -209,6 +209,9 @@ input[disabled] {
.modal img {
max-width: 100%;
}
.modal table {
width: 100%;
}
img {
display: inline-block;
}