mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Tablet style should apply to mbox-text-div as well as mbox-text-span
Bug: T206887 Change-Id: Id992f92eef8a5b6001e12fa42e2333cd266cc098
This commit is contained in:
parent
339e31752a
commit
2258da2ff8
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue