remove white border below image

This commit is contained in:
jonasled 2021-03-09 22:46:16 +01:00
parent b5dd4ba1d6
commit 6bbb1c4e3e

View file

@ -29,6 +29,9 @@
.imageDialog{
height: auto;
width: auto;
img {
display: block;
}
}
}