Fix override to let indicators float into heading area
Bug: T373617 Change-Id: I8ecc52a9b4a99035a947be1792e3e077e188c1c6
This commit is contained in:
parent
f06694fed6
commit
ff048c2d3d
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ pre,
|
||||||
margin-top: 0.4em;
|
margin-top: 0.4em;
|
||||||
margin-bottom: 0.1em;
|
margin-bottom: 0.1em;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
overflow: visible;
|
/* Change the default from mediawiki.skinning CSS to let indicators float into heading area (T373617) */
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-indicators {
|
.mw-indicators {
|
||||||
|
|
Loading…
Reference in a new issue