From 13d9e93276d7cd16400139262a8feed62983db2b Mon Sep 17 00:00:00 2001 From: David Oliver Date: Sun, 17 May 2026 13:52:55 +0200 Subject: [PATCH] Fix positioning of top content heading action icon focus outline Fixes #2237 --- assets/css/content/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/content/general.css b/assets/css/content/general.css index 78014712d..ee6e65c65 100644 --- a/assets/css/content/general.css +++ b/assets/css/content/general.css @@ -50,7 +50,7 @@ } & .icon-action { - padding-top: 1.7rem; /* vertically align with x-height of first line of heading */ + margin-top: 1rem; /* vertically align with x-height of first line of heading */ } } }