Skip to content

Commit c098ccc

Browse files
committed
Break words in version row tooltips
1 parent e3e555f commit c098ccc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/components/version-list/row.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
z-index: 1;
4747
cursor: help;
4848
}
49+
50+
:global(.ember-tooltip) {
51+
word-break: break-all;
52+
}
4953
}
5054

5155
.version {

0 commit comments

Comments
 (0)