diff --git a/frontend/src/components/TextPopover.tsx b/frontend/src/components/TextPopover.tsx index 6eeb05835..3649e0453 100644 --- a/frontend/src/components/TextPopover.tsx +++ b/frontend/src/components/TextPopover.tsx @@ -18,7 +18,12 @@ const TextPopover: FunctionComponent = ({ } return ( - +
{children}
); diff --git a/frontend/src/components/bazarr/HistoryIcon.tsx b/frontend/src/components/bazarr/HistoryIcon.tsx index add0cd1fd..5ab82ed05 100644 --- a/frontend/src/components/bazarr/HistoryIcon.tsx +++ b/frontend/src/components/bazarr/HistoryIcon.tsx @@ -65,7 +65,12 @@ const HistoryIcon: FunctionComponent<{ if (icon) { return ( - + = (props) => { label={item.path} multiline style={{ overflowWrap: "anywhere" }} + events={{ hover: true, focus: false, touch: true }} > {item.path}