Source-Pill: Clip entfernt, langer Kanal-Pfad vollstaendig sichtbar
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.
Dieser Commit ist enthalten in:
@@ -1109,10 +1109,8 @@ a:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
transition: background 0.15s;
|
transition: background 0.15s;
|
||||||
max-width: 220px;
|
white-space: normal;
|
||||||
overflow: hidden;
|
overflow-wrap: anywhere;
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dev-source-pill:hover {
|
a.dev-source-pill:hover {
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren