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 tschorr committed Oct 2, 2018
1 parent 8333922 commit 14e6f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
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 14e6f19

Please sign in to comment.