Remove unneeded CSS rule

This has no effect. I don't know why I added it in 2690ea3a9.

Change-Id: I078267dfef5fbe66abd6f632fe644e34769d5f1e
This commit is contained in:
Bartosz Dziewoński 2023-02-08 20:36:58 +01:00
parent b35c9fb81a
commit bf9f3972d8

View file

@ -169,10 +169,6 @@ main {
// Negative margins to prevent the edit icon from affecting the height of the heading // Negative margins to prevent the edit icon from affecting the height of the heading
margin-top: -1em; margin-top: -1em;
margin-bottom: -1em; margin-bottom: -1em;
.mw-ui-icon-element {
height: 100%;
}
} }
} }
} }