mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Make section edit icons display:block, predictable height
Previously they had an extra few pixels caused by line-height. This makes some heading levels slightly shorter, but heading heights more predictable. Change-Id: I25cb1f39ab6c80bf9f318de18339e716156c9a2b
This commit is contained in:
parent
de95f57456
commit
023364caa1
|
@ -178,7 +178,7 @@ input.search {
|
|||
}
|
||||
|
||||
.edit-page {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.collapsible-heading .edit-page {
|
||||
|
|
Loading…
Reference in a new issue