fix: try to constrain the width of SVG

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-09-06 18:20:38 +02:00
parent 0dc4cdbea9
commit e319ac7137
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -1,3 +1,3 @@
.themed_svg {
max-width: 100%;
}
max-width: inherit;
}