Skip to content

Commit

Permalink
Components: Reset min width for tooltip component (#3148)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored and mtias committed Oct 25, 2017
1 parent 6e984b0 commit f3be6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tooltip/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.components-tooltip .components-popover__content {
width: auto;
min-width: 0;
padding: 4px 12px;
background: $dark-gray-400;
border-width: 0;
Expand Down

0 comments on commit f3be6e9

Please sign in to comment.