mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 20:32:24 +02:00
Fixed column fix (#2519)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user