instacart / Snacks

The Instacart Component Library
https://instacart.github.io/Snacks/
Apache License 2.0
81 stars 36 forks source link

Tooltip size small, horizontally placed, TooltipArrow overlaps inner text #333

Closed KsenijaGogic closed 5 years ago

KsenijaGogic commented 5 years ago

When generating a small, horizontally positioned tooltip, i.e.,

<Tooltip size="small" placement="left || right" />

the <TooltipArrow /> arrow overlaps the inner content.

<Tooltip size="small" placement="left" /> <Tooltip size="small" placement="right" />
Screen Shot 2019-06-12 at 3 07 37 PM Screen Shot 2019-06-12 at 3 16 36 PM
KsenijaGogic commented 5 years ago

I already added a fix for this locally, just waiting for GH permissions to push branch up ✌️

KsenijaGogic commented 5 years ago

Solved w/ #335.