Fix image block wrapping

This commit is contained in:
Liam 2024-05-04 23:24:43 -04:00
parent c617533b4c
commit beaf5da4e9

View file

@ -323,3 +323,8 @@ span.spoiler div.image-container {
.image_source__icon { .image_source__icon {
justify-self: center; justify-self: center;
} }
.js-resizable-media-container {
display: flex;
flex-wrap: wrap;
}