diff --git a/plugins/view-resources/src/components/FixedColumn.svelte b/plugins/view-resources/src/components/FixedColumn.svelte index 5a732f47ee..fe17d9c7de 100644 --- a/plugins/view-resources/src/components/FixedColumn.svelte +++ b/plugins/view-resources/src/components/FixedColumn.svelte @@ -56,7 +56,7 @@ bind:this={element} class="flex-no-shrink{addClass ? ` ${addClass}` : ''}" style:text-align={justify !== '' ? justify : ''} - style:min-width={`${$fixedWidthStore[key] ?? 0}}px;`} + style:min-width={`${$fixedWidthStore[key] ?? 0}px`} use:resizeObserver={resize} >