From 82e46792c7582e491bf3fa706bbdf5844de72afe Mon Sep 17 00:00:00 2001 From: claude-dev Date: Sat, 18 Apr 2026 22:57:54 +0000 Subject: [PATCH] Source-Pill: Clip entfernt, langer Kanal-Pfad vollstaendig sichtbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit max-width/overflow-hidden/text-overflow-ellipsis aus .dev-source-pill raus. Stattdessen white-space: normal + overflow-wrap: anywhere — Pill waechst mit Inhalt, Zeile kann umbrechen. Beispiel Telegram-Kanal iranmilitarymag war vorher bei (t.me/iranmilitaryma... abgeschnitten. --- src/static/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 666481c..46f4af7 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1109,10 +1109,8 @@ a:hover { text-decoration: none; line-height: 1.5; transition: background 0.15s; - max-width: 220px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + white-space: normal; + overflow-wrap: anywhere; } a.dev-source-pill:hover {