Skip to content

Commit

Permalink
fix(tooltip): align tooltip text to the left (#9985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Davila authored and tay1orjones committed Nov 4, 2021
1 parent de5d85c commit 0dcc922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/components/tooltip/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@

p {
@include type-style('body-short-01');

text-align: left;
}

button {
Expand Down

0 comments on commit 0dcc922

Please sign in to comment.