From d0f7d166b2ffe293f01964dde1b90e98b2e8a4dd Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Tue, 4 Apr 2023 11:59:12 -0400 Subject: [PATCH] Fix line-height w/ superscripts --- themes/v2/assets/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index fffec6b..d4e6e66 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -47,6 +47,10 @@ footer { } } +sup { + line-height: 0; +} + .nowrap { white-space: nowrap; }