From 83fac31dd429d120d02edf331f3b0504c7c49736 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:24:43 +0200 Subject: [PATCH] Increase max-width of spirit-info-content --- node/server/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index d00a2b8..0d4c947 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -96,7 +96,7 @@ #spirit-info .spirit-info-content { flex: 1 1 0; min-width: 0; /* !!! Für korrektes Wrapping !!! */ - max-width: 420px; + max-width: 450px; overflow-wrap: break-word; word-break: break-word; /* Optionale Optik: */