Skip to content
Snippets Groups Projects
Commit 661288af authored by KDSBrowne's avatar KDSBrowne
Browse files

make tooltips bigger / add arrow

parent fd468337
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,10 @@ class Tooltip extends Component {
onHide: this.onHide,
wait: Tooltip.wait,
touchHold: true,
size: 'small',
distance: 1,
size: 'regular',
distance: 10,
arrow: true,
arrowType: 'sharp',
};
this.tooltip = Tippy(`#${this.tippySelectorId}`, options);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment