mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
fix(frontend): Iconed resource height issue (#1073)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<svelte:component this={APP_TO_ICON_COMPONENT[name_prefix]} {height} {width} />
|
||||
</span>
|
||||
{:else}
|
||||
<span style="width: {width}" class="bg-gray-100 rounded-full" />
|
||||
<span style="width: {width}; height: {height}" class="bg-gray-100 rounded-full" />
|
||||
{/if}
|
||||
{#if !silent && after}
|
||||
{name}
|
||||
|
||||
Reference in New Issue
Block a user