Skip to content

Commit

Permalink
tooltip text is not supposed to transform
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Sep 30, 2023
1 parent c5646b3 commit 8b8be49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/calculator-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const buttonStyles = css`
--sl-tooltip-line-height: var(--ra-embed-line-height);
--sl-tooltip-font-weight: var(--ra-embed-font-weight);
--sl-z-index-tooltip: 10000;
text-transform: none;
letter-spacing: normal
}
sl-tooltip::part(body) {
Expand Down

0 comments on commit 8b8be49

Please sign in to comment.