diff options
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r-- | extension/react-app/src/pages/history.tsx | 2 |
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 => { |