Merge pull request #4341 from Kyzenkms/fix/session-distinct-id-wrap
fix: wrap long distinct ids in session info
This commit is contained in:
@@ -14,7 +14,9 @@ export function SessionInfo({ data }) {
|
|||||||
return (
|
return (
|
||||||
<Grid columns="repeat(auto-fit, minmax(200px, 1fr)" gap>
|
<Grid columns="repeat(auto-fit, minmax(200px, 1fr)" gap>
|
||||||
<Info label={t(labels.distinctId)} icon={<KeyRound />}>
|
<Info label={t(labels.distinctId)} icon={<KeyRound />}>
|
||||||
|
<span style={{ overflowWrap: 'anywhere' }}>
|
||||||
{data?.distinctId}
|
{data?.distinctId}
|
||||||
|
</span>
|
||||||
</Info>
|
</Info>
|
||||||
|
|
||||||
<Info label={t(labels.lastSeen)} icon={<Calendar />}>
|
<Info label={t(labels.lastSeen)} icon={<Calendar />}>
|
||||||
|
|||||||
Reference in New Issue
Block a user