Skip to content

Commit

Permalink
added CSS fix for FF (old forms in modal dialog)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Frank Hoffmann authored and Dr. Frank Hoffmann committed Oct 2, 2018
1 parent d2d0b28 commit 12d450f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zmi/styles/resources/zmi_base.css
Expand Up @@ -735,6 +735,7 @@ header.navbar ul.navbar-nav li.zmi-addItemSelect select.form-control-sm:not([dis
padding-left:.5rem;
}
#zmi-modal .modal-dialog {
max-width:-moz-fit-content;
max-width: fit-content;
}
#zmi-modal .modal-body {
Expand Down

0 comments on commit 12d450f

Please sign in to comment.