Closed mirisb closed 2 months ago
@Vladimir-Kokin please advise: Currently the spacer size is set on the parent div and not on the welllogspacer element. Setting the width to the welllogspacer element as well seems to solve the issue: Is this the correct approach to fix this issue?
Spacer size is supplied however it seems that layouting makes it ignored In this storybook example, the first spacer has a size of 312 pixels (which is much to big), however in practice, only the containing div has this width and the actual pick has a width of 79 pixels. Spacer layout needs to be improved such as user supplied width will be properly taken into account,