Skip to content

Commit

Permalink
prevent flow logo to shrink (windmill-labs#4481)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem <[email protected]>
  • Loading branch information
Guilhem-lm and Guilhem authored Oct 3, 2024
1 parent 1dabb15 commit b96cc19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}}
>
{#if kind == 'flow'}
<BarsStaggered size={14} />
<BarsStaggered size={14} class="shrink-0" />
{:else}
<Code2 size={14} />
{/if}
Expand Down

0 comments on commit b96cc19

Please sign in to comment.