Edit infobox style to properly position captions

Bug: T193881
Change-Id: Ie20dafc0fbf02d654cd9ac137f51ef1436ca97f1
This commit is contained in:
Jan Drewniak 2018-05-24 14:19:58 +02:00
parent 773bd3173e
commit 03a7b57a20
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}