Skip to content

Commit

Permalink
chore(webapp): ellipsize long session replay event titles
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Jul 17, 2024
1 parent a640e6d commit 9a4b372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function SessionReplayEventAccordion({
>
<div className="flex flex-col md:flex-row items-center"
id={`accordion-title-${id}`}>
<p className='text-left'>{getTitleFromEventType()}</p>
<p className='text-left md:truncate md:max-w-lg'>{getTitleFromEventType()}</p>
<div className="p-2" />
<div className="flex grow" />
<FilterPill title={threadName} />
Expand Down

0 comments on commit 9a4b372

Please sign in to comment.