From 077b7b3f0d4e6b986499f50ba6f2ff02ccda00a7 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Wed, 18 Jan 2023 17:13:29 +0600 Subject: [PATCH] Fixed column fix (#2519) Signed-off-by: Denis Bykhov --- plugins/view-resources/src/components/FixedColumn.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} >