From 03a7b57a20790d53b02874b30bb3cc4003078aa4 Mon Sep 17 00:00:00 2001 From: Jan Drewniak Date: Thu, 24 May 2018 14:19:58 +0200 Subject: [PATCH] Edit infobox style to properly position captions Bug: T193881 Change-Id: Ie20dafc0fbf02d654cd9ac137f51ef1436ca97f1 --- resources/skins.minerva.content.styles/hacks.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }