Skip to content

Commit 19e802a

Browse files
committed
Break words in version row tooltips
1 parent 53b5213 commit 19e802a

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
@@ -41,6 +41,10 @@
4141
z-index: 1;
4242
cursor: help;
4343
}
44+
45+
:global(.ember-tooltip) {
46+
word-break: break-all;
47+
}
4448
}
4549

4650
.version {

0 commit comments

Comments
 (0)