From 170ba39981f3f9ec467a20d52f7a203969fedec2 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Thu, 26 Jun 2025 23:43:25 +0200 Subject: [PATCH] fix: :lipstick: prevent pre-mature text wrap --- src/components/ability.webc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ability.webc b/src/components/ability.webc index cee3aa3..3f15853 100644 --- a/src/components/ability.webc +++ b/src/components/ability.webc @@ -50,6 +50,8 @@ border: 0.125em dashed var(--clr-box-border); padding: 1em; + + text-wrap: balance; } :host figcaption {