We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032ac2d commit e78db62Copy full SHA for e78db62
1st-gen/packages/tooltip/src/spectrum-tooltip.css
@@ -92,6 +92,7 @@
92
font-weight: var(--mod-tooltip-font-weight, var(--spectrum-tooltip-font-weight));
93
line-height: var(--mod-tooltip-line-height, var(--spectrum-tooltip-line-height));
94
overflow-wrap: break-word;
95
+ hyphens: auto;
96
-webkit-font-smoothing: antialiased;
97
cursor: default;
98
-webkit-user-select: none;
0 commit comments