@ -18,7 +18,12 @@ const TextPopover: FunctionComponent<TextPopoverProps> = ({
}
return (
<Tooltip label={text} {...tooltip} style={{ textWrap: "wrap" }}>
<Tooltip
label={text}
{...tooltip}
style={{ textWrap: "wrap" }}
events={{ hover: true, focus: false, touch: true }}
>
<div>{children}</div>
</Tooltip>
);
@ -65,7 +65,12 @@ const HistoryIcon: FunctionComponent<{
if (icon) {
<Tooltip label={label} openDelay={500} position="right">
label={label}
openDelay={500}
position="right"
<FontAwesomeIcon
aria-label={label}
title={title}
@ -62,6 +62,7 @@ const ItemOverview: FunctionComponent<Props> = (props) => {
label={item.path}
multiline
style={{ overflowWrap: "anywhere" }}
<span>{item.path}</span>