Commit 4534a343 authored by JC Brand's avatar JC Brand

CSS: Fix image modal max width

parent 2937ea7e
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
&.fit-content { &.fit-content {
box-sizing: content-box; box-sizing: content-box;
img {
max-width: 90vw;
}
} }
} }
.modal-footer { .modal-footer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment