summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r--extension/react-app/src/pages/history.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/react-app/src/pages/history.tsx b/extension/react-app/src/pages/history.tsx
index 2a3070e6..a7e7276d 100644
--- a/extension/react-app/src/pages/history.tsx
+++ b/extension/react-app/src/pages/history.tsx
@@ -13,6 +13,8 @@ const Tr = styled.tr`
&:hover {
background-color: ${secondaryDark};
}
+
+ overflow-wrap: anywhere;
`;
const parseDate = (date: string): Date => {