From 9c21e6dc8e210aba8afe8ad2f35cea923c681cf7 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Fri, 29 May 2026 11:38:14 -0500 Subject: [PATCH] update the reset to better vertically align icons --- shared/naturalcrit/styles/reset.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/naturalcrit/styles/reset.less b/shared/naturalcrit/styles/reset.less index 21e07a1c0..0fb5f52a0 100644 --- a/shared/naturalcrit/styles/reset.less +++ b/shared/naturalcrit/styles/reset.less @@ -21,3 +21,5 @@ text-transform : unset; background-color : unset; } + +:where(i){ text-box-trim: trim-both }