mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
Merge pull request #883 from cywio/tooltip-margin
Fix margin on tooltip
This commit is contained in:
commit
52aefd0fec
@ -24,6 +24,7 @@ function Button({
|
||||
data-tip={tooltip}
|
||||
data-effect="solid"
|
||||
data-for={tooltipId}
|
||||
data-offset={JSON.stringify({ left: 10 })}
|
||||
type={type}
|
||||
className={classNames(styles.button, className, {
|
||||
[styles.large]: size === 'large',
|
||||
|
Loading…
Reference in New Issue
Block a user