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:
@@ -1605,10 +1605,8 @@ a.source-detail-article-title:hover {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
max-width: 240px;
|
white-space: normal;
|
||||||
overflow: hidden;
|
overflow-wrap: anywhere;
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
transition: background 0.15s;
|
transition: background 0.15s;
|
||||||
}
|
}
|
||||||
a.dev-source-pill:hover {
|
a.dev-source-pill:hover {
|
||||||
|
|||||||
@@ -407,10 +407,8 @@ a { color:inherit; text-decoration:none; }
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
max-width: 180px;
|
white-space: normal;
|
||||||
overflow: hidden;
|
overflow-wrap: anywhere;
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
a.dev-source-pill:hover {
|
a.dev-source-pill:hover {
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren