Fix height of images in annotations

This commit is contained in:
qvalentin 2023-12-09 16:26:33 +01:00
parent 5158221f35
commit bd0273491b

View File

@ -160,6 +160,7 @@ a {
.annotation img {
max-width: 100%;
height: auto;
}
.annotation ul {