File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/Exceptionless.Web/ClientApp/src/lib/features/events/components/summary Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 34
34
</div >
35
35
36
36
{#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 " />
39
39
<span class ="line-clamp-1 inline" >{source .data .Path }</span >
40
40
</Muted >
41
41
{/if }
Original file line number Diff line number Diff line change 18
18
</div >
19
19
20
20
{#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 " />
23
23
<span class ="line-clamp-1 inline" >{source .data .Path }</span >
24
24
</Muted >
25
25
{/if }
Original file line number Diff line number Diff line change 42
42
</div >
43
43
44
44
{#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 " />
47
47
<span class ="line-clamp-1 inline" >{source .data .Path }</span >
48
48
</Muted >
49
49
{/if }
Original file line number Diff line number Diff line change 30
30
</div >
31
31
32
32
{#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 " />
35
35
<span class ="line-clamp-1 inline" >{source .data .Path }</span >
36
36
</Muted >
37
37
{/if }
You can’t perform that action at this time.
0 commit comments