Fix inline img support in object

This commit is contained in:
Thomas Sileo 2022-07-14 15:16:58 +02:00
parent d245201851
commit c8e0c813b5
2 changed files with 15 additions and 2 deletions

View file

@ -226,6 +226,9 @@ nav.flexbox {
margin: 30px 0;
}
}
img.inline-img {
max-width: 740px;
}
}
.ap-object-expanded {
border: 2px dashed $secondary-color;