Skip to content

Commit

Permalink
Merge branch 'main' into docs/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeepc authored Feb 3, 2025
2 parents 595b96a + d01d5cd commit 54ad3ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/tooltip/src/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ governing permissions and limitations under the License.

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

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

#tip {
Expand Down

0 comments on commit 54ad3ed

Please sign in to comment.