From 0af8404210bed1dcec1ea7e71a12097c0a03011f Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 14 Feb 2025 20:10:49 +0100 Subject: [PATCH] Update globals.css --- web/app/globals.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/app/globals.css b/web/app/globals.css index 355b298..76c0b02 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -61,3 +61,10 @@ } } +@layer utilities { + .text-balance { + text-wrap: balance; + } +} + +