Tablet style should apply to mbox-text-div as well as mbox-text-span

Bug: T206887
Change-Id: Id992f92eef8a5b6001e12fa42e2333cd266cc098
This commit is contained in:
jdlrobson 2018-12-13 11:41:15 -08:00
parent 339e31752a
commit 2258da2ff8
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ table.ambox {
}
@media screen and ( min-width: @width-breakpoint-tablet ) {
.mbox-text-div,
.mbox-text-span {
height: auto;
margin-bottom: @amboxPadding * 3 !important; // important offsets `.ambox div { margin:0!important}` which offsets inline styles.