From 359825a088c1c24c6af2b7861bbe5adfc87d7f3f Mon Sep 17 00:00:00 2001 From: Isarra Date: Thu, 12 Sep 2019 19:50:26 +0000 Subject: [PATCH] Prevent edtisection icons from getting clipped Not an issue in most fonts, but some padding should prevent it more consistently regardless. Change-Id: Ib8b8daeb8288044d3b85b0d6b4c9e86ea70993f9 --- resources/screen-common.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/screen-common.less b/resources/screen-common.less index e69e849..3515c0c 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -345,6 +345,7 @@ a.mw-selflink { background-repeat: no-repeat; background-position: left bottom; padding-left: 20px; + padding-top: 0.5em; a { display: inline-block;