summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages/history.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-05 11:41:30 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-05 11:41:30 -0700
commitb6557810d70a7f341761d5018fa2835cc3a50af1 (patch)
treefacc087368dc135442ce5a6592decccda923e899 /extension/react-app/src/pages/history.tsx
parentc8cc9398b97ceda16be5d196bdfa22461dcd00ad (diff)
downloadsncontinue-b6557810d70a7f341761d5018fa2835cc3a50af1.tar.gz
sncontinue-b6557810d70a7f341761d5018fa2835cc3a50af1.tar.bz2
sncontinue-b6557810d70a7f341761d5018fa2835cc3a50af1.zip
fix: :lipstick: fix layout bugs
Diffstat (limited to 'extension/react-app/src/pages/history.tsx')
-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 => {