CSS: Fix image modals in Firefox

This commit is contained in:
JC Brand 2020-07-17 17:20:29 +02:00
parent 1335a96dad
commit 2937ea7ef4

View File

@ -19,6 +19,10 @@
}
}
}
&.fit-content {
box-sizing: content-box;
}
}
.modal-footer {
justify-content: flex-start;