Skip to content

Commit

Permalink
Better center tooltip content. (#14473)
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored and youknowriad committed Mar 20, 2019
1 parent 80a7920 commit fc704d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/tooltip/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
border-width: 0;
color: $white;
white-space: nowrap;
text-align: center;
}

.components-tooltip:not(.is-mobile) .components-popover__content {
Expand All @@ -28,6 +29,5 @@

.components-tooltip__shortcut {
display: block;
text-align: center;
color: $dark-gray-200;
}

0 comments on commit fc704d3

Please sign in to comment.