Skip to content

Commit e78db62

Browse files
fix(tooltip): force wrapping with hyphens
1 parent 032ac2d commit e78db62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

1st-gen/packages/tooltip/src/spectrum-tooltip.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
font-weight: var(--mod-tooltip-font-weight, var(--spectrum-tooltip-font-weight));
9393
line-height: var(--mod-tooltip-line-height, var(--spectrum-tooltip-line-height));
9494
overflow-wrap: break-word;
95+
hyphens: auto;
9596
-webkit-font-smoothing: antialiased;
9697
cursor: default;
9798
-webkit-user-select: none;

0 commit comments

Comments
 (0)