Fix preview of SVG when height and width not are set

This commit is contained in:
Bjarne Fyrstenborg
2021-10-05 17:29:27 +02:00
committed by Sebastiaan Janssen
parent 8619cfe3ef
commit 494bef878b

View File

@@ -621,6 +621,12 @@
justify-content: center;
align-items: center;
> a {
display: block;
width: 100%;
height: 100%;
}
img {
display: block;
max-width: 100%;