mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-28 02:33:42 -04:00
Set any tables in a modal to 100% so that they fill the modal.
This commit is contained in:
@@ -209,6 +209,9 @@ input[disabled] {
|
||||
.modal img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.modal table {
|
||||
width: 100%;
|
||||
}
|
||||
img {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user