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:
Ed Sanders 2019-02-11 20:07:47 +00:00 committed by Bartosz Dziewoński
parent de95f57456
commit 023364caa1
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ input.search {
}
.edit-page {
display: inline-block;
display: block;
}
.collapsible-heading .edit-page {