CSS: Fix image modal max width

This commit is contained in:
JC Brand 2020-07-17 18:18:24 +02:00
parent 2937ea7ef4
commit 4534a343d6

View File

@ -22,6 +22,10 @@
&.fit-content {
box-sizing: content-box;
img {
max-width: 90vw;
}
}
}
.modal-footer {