Skip to content

Commit 86796fa

Browse files
committed
fix(frontend): restore -webkit-line-clamp on now-playing title
Keep the prefixed clamp alongside the unprefixed property so long soundtrack titles still clamp to two lines in Safari and older Chromium. Generated-By: PostHog Code Task-Id: 1d54c00b-3d49-435b-8a16-971389d1382d
1 parent 8e1a0e9 commit 86796fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/v2/components/GameDetails/SoundtrackPanel.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ function seekValueText(v: number): string {
699699
overflow: hidden;
700700
text-overflow: ellipsis;
701701
display: -webkit-box;
702+
-webkit-line-clamp: 2;
702703
line-clamp: 2;
703704
-webkit-box-orient: vertical;
704705
}

0 commit comments

Comments
 (0)