Fix preview of SVG when height and width not are set
This commit is contained in:
committed by
Sebastiaan Janssen
parent
8619cfe3ef
commit
494bef878b
@@ -621,6 +621,12 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
> a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user