Skip to content

Commit

Permalink
fix(tooltips): ensure content is left-aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jul 20, 2020
1 parent d10ed1a commit b255cdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
max-width: $tooltip-max-width;
padding: $tooltip-padding-y $tooltip-padding-x;
color: $tooltip-color;
text-align: center;
background-color: $tooltip-bg;
@include border-radius($tooltip-border-radius);
}

0 comments on commit b255cdc

Please sign in to comment.