From 9ee5212534fe8c01a684ab0f8317f20f5279c684 Mon Sep 17 00:00:00 2001 From: Rene Date: Tue, 16 Sep 2025 20:12:39 +0200 Subject: [PATCH] test umbruch --- app/assets/stylesheets/application.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 9de63ee..b5ea453 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -38,6 +38,8 @@ h1 { font-weight: 700; letter-spacing: 0.0833333em; text-transform: uppercase; + white-space: normal; /* Standard‑Umbruch aktivieren */ + overflow-wrap: break-word; /* Für lange Wörter (z. B. URLs) */ } h2 {