From 38a9c1969965e548854341ef852ae2bb317ffdc9 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 22 Jun 2025 02:57:13 +0200 Subject: [PATCH] feat: :adhesive_bandage: add balanced text wrapping to popup modal message text --- src/components/popup-modal.webc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/popup-modal.webc b/src/components/popup-modal.webc index abb8065..0455339 100644 --- a/src/components/popup-modal.webc +++ b/src/components/popup-modal.webc @@ -134,6 +134,7 @@ :host .message { flex: 1 1 100%; + text-wrap: balance; } :host .actions {