diff --git a/resources/skins.minerva.content.styles/hacks.less b/resources/skins.minerva.content.styles/hacks.less index 82bc6ee..e50702f 100644 --- a/resources/skins.minerva.content.styles/hacks.less +++ b/resources/skins.minerva.content.styles/hacks.less @@ -77,7 +77,8 @@ FIXME: Review all of these hacks to see if they still apply. } } - &.infobox > tbody { + &.infobox > tbody, + &.infobox > caption { display: flex; flex-flow: column nowrap; }