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

This commit is contained in:
jenkins-bot 2018-12-13 22:32:54 +00:00 committed by Gerrit Code Review
commit 9e3e499871
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,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.