mirror of https://github.com/VERT-sh/VERT.git
fix: h2 max width
This commit is contained in:
parent
df72a1ff8a
commit
9286f17a56
|
@ -23,7 +23,7 @@
|
||||||
{:else}
|
{:else}
|
||||||
<ImageIcon size="24" class="flex-shrink-0" />
|
<ImageIcon size="24" class="flex-shrink-0" />
|
||||||
{/if}
|
{/if}
|
||||||
<div class="flex-grow">
|
<div class="flex-grow overflow-hidden">
|
||||||
{#if file.processing}
|
{#if file.processing}
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
min={0}
|
min={0}
|
||||||
|
|
Loading…
Reference in New Issue