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:
Jan Drewniak 2022-08-25 08:54:25 -04:00 committed by bwang
parent 66bcb6c2df
commit fe3382ea74
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ body {
z-index: @z-index-indicators;
}
.mw-body-header {
.mw-body-header,
.mw-body-subheader {
.mixin-clearfix();
}