mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix image block wrapping
This commit is contained in:
parent
c617533b4c
commit
beaf5da4e9
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue