From 53e9415119c1172d655a1f3c66a9a1e5fd994d07 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Thu, 28 Sep 2023 09:28:44 -0700 Subject: [PATCH] balance figcaptions (#418) --- src/extra/normalize.src.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extra/normalize.src.css b/src/extra/normalize.src.css index 248800b8..c1b3aba1 100644 --- a/src/extra/normalize.src.css +++ b/src/extra/normalize.src.css @@ -210,6 +210,7 @@ & > :where(figcaption) { font-size: var(--font-size-1); + text-wrap: balance; } }