mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-30 18:35:44 +00:00
Add clearfix to .mw-body-subheader
Clears the indicators and subtitle in modern Vector. Bug: T316134 Bug: T316095 Change-Id: I49a4801320f9680c75b2bdcb6e5704e3db70b38b
This commit is contained in:
parent
af4d269af7
commit
934f65ab57
|
@ -72,7 +72,8 @@ body {
|
||||||
z-index: @z-index-indicators;
|
z-index: @z-index-indicators;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-body-header {
|
.mw-body-header,
|
||||||
|
.mw-body-subheader {
|
||||||
.mixin-clearfix();
|
.mixin-clearfix();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue