Skip to content

Commit

Permalink
fix(tooltip): prevent trigger width update in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
TarunAdobe committed Jan 30, 2025
1 parent 42099bd commit e9c7631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tooltip/src/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ governing permissions and limitations under the License.

:host {
display: contents;
white-space: initial;
}

#tooltip {
width: fit-content;
white-space: initial;
max-width: var(--spectrum-tooltip-max-inline-size);
}

Expand Down

0 comments on commit e9c7631

Please sign in to comment.