Bartek Szopka

Results 428 comments of Bartek Szopka

#4590 is merged, so this is unblocked I guess

Seems like cells in some rows are shifted by one column or something? I guess it's because when first cell has `row-span` you should not included it in rows where...

> This may cause an issue with mobile view though, as there will be no cell to show in mobile card view… Not sure if there is an easy way...

Thanks for the exploration @huwshimi. I'm gonna close this PR for now as it requires a bit more exploration and thought of how we want to implement this.

@DeveVivek Thanks for the interest in contributing to Vanilla framework, but this issue unfortunately is not ready for development. It needs to go through our design team first.

@lyubomir-popov what is the example you are trying it with? I think it seems to be working as expected here: https://vanillaframework.io/docs/examples/patterns/grid/responsive

For more context. This seems to be working fine on MacOS. It seems to happen on Ubuntu and Windows (possibly may depend on the screen pixel density as well).

Seems this depends not only on OS (Ubuntu) but also on the screen/display device (pixel density?).

Indeed, that's a bug in Vanilla. Thanks for the report, will try to fix it soon.

@lyubomir-popov Limiting the width will be impossible without markup change. We can't limit just text width without affecting the whole box of accordion/button. And we should not affect the width...