Merge "Edit infobox style to properly position captions"

This commit is contained in:
jenkins-bot 2018-05-30 09:54:26 +00:00 committed by Gerrit Code Review
commit e08d4a4af4
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;
}