From f4334863a04b373898e7c9c41c9124588880b635 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sun, 19 Apr 2026 00:57:57 +0200 Subject: [PATCH] Source-Pill: Clip entfernt, langer Kanal-Pfad vollstaendig sichtbar Analog Monitor: max-width/ellipsis raus, white-space: normal + overflow-wrap. --- lagen/iran-konflikt/lagebild.css | 6 ++---- vorschau/css/style.css | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/lagen/iran-konflikt/lagebild.css b/lagen/iran-konflikt/lagebild.css index d4537f5..0942f58 100644 --- a/lagen/iran-konflikt/lagebild.css +++ b/lagen/iran-konflikt/lagebild.css @@ -1605,10 +1605,8 @@ a.source-detail-article-title:hover { font-weight: 500; text-decoration: none; line-height: 1.5; - max-width: 240px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + white-space: normal; + overflow-wrap: anywhere; transition: background 0.15s; } a.dev-source-pill:hover { diff --git a/vorschau/css/style.css b/vorschau/css/style.css index 7ed14d4..d21cbe0 100644 --- a/vorschau/css/style.css +++ b/vorschau/css/style.css @@ -407,10 +407,8 @@ a { color:inherit; text-decoration:none; } font-weight: 500; text-decoration: none; line-height: 1.5; - max-width: 180px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + white-space: normal; + overflow-wrap: anywhere; font-variant-numeric: tabular-nums; } a.dev-source-pill:hover {