Source-Pill: Clip entfernt, langer Kanal-Pfad vollstaendig sichtbar

Analog Monitor: max-width/ellipsis raus, white-space: normal + overflow-wrap.
Dieser Commit ist enthalten in:
Claude Code
2026-04-19 00:57:57 +02:00
Ursprung a65ad6085e
Commit f4334863a0
2 geänderte Dateien mit 4 neuen und 8 gelöschten Zeilen

Datei anzeigen

@@ -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 {