Fix override to let indicators float into heading area

Bug: T373617
Change-Id: I8ecc52a9b4a99035a947be1792e3e077e188c1c6
This commit is contained in:
Bartosz Dziewoński 2024-09-04 03:11:10 +02:00
parent f06694fed6
commit ff048c2d3d

View file

@ -86,7 +86,8 @@ pre,
margin-top: 0.4em;
margin-bottom: 0.1em;
padding-top: 0;
overflow: visible;
/* Change the default from mediawiki.skinning CSS to let indicators float into heading area (T373617) */
display: block;
}
.mw-indicators {