Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Francis Cao
2026-06-22 21:58:39 -07:00
committed by GitHub
co-authored by greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent 48f73b95ac
commit 9fafd0cfd4
@@ -14,7 +14,7 @@ export function SessionInfo({ data }) {
return (
<Grid columns="repeat(auto-fit, minmax(200px, 1fr)" gap>
<Info label={t(labels.distinctId)} icon={<KeyRound />}>
<span style={{ overflowWrap: 'anywhere', wordBreak: 'break-word' }}>
<span style={{ overflowWrap: 'anywhere' }}>
{data?.distinctId}
</span>
</Info>