Skip to content

Commit de6ba4b

Browse files
committed
next: fixed summary icon size and indention for multi line items.
1 parent 07f1eb9 commit de6ba4b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/events/components/summary/event-error-summary.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</div>
3535

3636
{#if source.data.Path}
37-
<Muted class="ml-6 hidden sm:block">
38-
<ChevronRight class="inline" />
37+
<Muted class="hidden sm:block">
38+
<ChevronRight class="inline size-4" />
3939
<span class="line-clamp-1 inline">{source.data.Path}</span>
4040
</Muted>
4141
{/if}

src/Exceptionless.Web/ClientApp/src/lib/features/events/components/summary/event-simple-summary.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</div>
1919

2020
{#if source.data.Path}
21-
<Muted class="ml-6 hidden sm:block">
22-
<ChevronRight class="inline" />
21+
<Muted class="hidden sm:block">
22+
<ChevronRight class="inline size-4" />
2323
<span class="line-clamp-1 inline">{source.data.Path}</span>
2424
</Muted>
2525
{/if}

src/Exceptionless.Web/ClientApp/src/lib/features/events/components/summary/stack-error-summary.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
</div>
4343

4444
{#if source.data.Path}
45-
<Muted class="ml-6 hidden sm:block">
46-
<ChevronRight class="inline" />
45+
<Muted class="hidden sm:block">
46+
<ChevronRight class="inline size-4" />
4747
<span class="line-clamp-1 inline">{source.data.Path}</span>
4848
</Muted>
4949
{/if}

src/Exceptionless.Web/ClientApp/src/lib/features/events/components/summary/stack-simple-summary.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</div>
3131

3232
{#if source.data.Path}
33-
<Muted class="ml-6 hidden sm:block">
34-
<ChevronRight class="inline" />
33+
<Muted class="hidden sm:block">
34+
<ChevronRight class="inline size-4" />
3535
<span class="line-clamp-1 inline">{source.data.Path}</span>
3636
</Muted>
3737
{/if}

0 commit comments

Comments
 (0)