diff --git a/resources/skins.minerva.content.styles/hacks.less b/resources/skins.minerva.content.styles/hacks.less index 51b13bd..322808d 100644 --- a/resources/skins.minerva.content.styles/hacks.less +++ b/resources/skins.minerva.content.styles/hacks.less @@ -184,6 +184,8 @@ FIXME: Review all of these hacks to see if they still apply. justify-content: center; flex-wrap: wrap; align-content: flex-start; + // avoid image child overflowing the container (T200518) + flex-direction: column; > .thumbcaption { .flex( 1, 0, 100% );