CSS: Fix image modal max width
This commit is contained in:
parent
2937ea7ef4
commit
4534a343d6
@ -22,6 +22,10 @@
|
|||||||
|
|
||||||
&.fit-content {
|
&.fit-content {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 90vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user