padding is not an option
Hello and thanks for the effort, i don't know why the docs mentions a padding prop perhaps its not proposed as an option in the component ? I'm trying to customize the padding of the rendered popup ?
Having the same issue, padding is ignored by the component:
<ReactTooltip padding="12px 20px" />
@ItsTarik, padding is not in the current published version looking at the commit date. If you compile the code you'll get the padding prop.
Thanks, I've handled it with global style, it's not worth it to compile it locally, I've opened this issue because the docs describes the padding prop and it could be so confusing for people ..
The padding attributes were added to react-tooltip-d.ts: https://github.com/ReactTooltip/react-tooltip/pull/818
Can you guys check the latest published version and let us know, please?
Thanks!
Closing this one, if you guys need, open a new issue, thanks!