Skip to content

Commit 08dc657

Browse files
authored
Make ids in event history mono for better spacing (#2425)
1 parent 6276fd5 commit 08dc657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/lib/components/event/event-summary-row.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
on:click|stopPropagation={onLinkClick}
124124
>
125125
{#if isEventGroup(event)}
126-
<td class="w-24 min-w-fit">
126+
<td class="w-24 min-w-fit font-mono">
127127
<div class="flex items-center gap-0.5">
128128
{#each event.eventList as groupEvent}
129129
<Link
@@ -141,7 +141,7 @@
141141
</div>
142142
</td>
143143
{:else}
144-
<td>
144+
<td class="font-mono">
145145
<Link data-testid="link" {href}>
146146
{event.id}
147147
</Link>

0 commit comments

Comments
 (0)