Fixed column fix (#2519)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-01-18 17:13:29 +06:00
committed by GitHub
parent 8322bd649a
commit 077b7b3f0d
@@ -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}
>
<slot />