Skip to content

Commit

Permalink
fix(Tooltip): replace inlin-block to inline-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Nov 1, 2019
1 parent df8b3bc commit f6fe7d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Tooltip/Tooltip.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const [TooltipArrowTag, tooltipArrowTheme] = createThemeTag(`${name}Arrow`, () =

const [TooltipTargetTag, themeTarget] = createThemeTag(`${name}Target`, {
root: {
display: 'inline-block',
display: 'inline-flex',
},
});

Expand Down

0 comments on commit f6fe7d2

Please sign in to comment.