fix: wrap long distinct ids in session info
This commit is contained in:
@@ -14,7 +14,9 @@ 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' }}>
|
||||
{data?.distinctId}
|
||||
</span>
|
||||
</Info>
|
||||
|
||||
<Info label={t(labels.lastSeen)} icon={<Calendar />}>
|
||||
|
||||
Reference in New Issue
Block a user