Open adoniskrasniqi opened 5 years ago
Was also struggling with this one :( Looks like there is an option to use gridWidth https://github.com/euvl/vue-js-grid/pull/12
But for some reason it only works when adding component directly from github 🤷♂️
yarn add https://github.com/euvl/vue-js-grid
hope that helps
This solution works also for me. Propably yarn or npm are not up to date?
Grid is being displayed out of its parent, since it has a width which is based on window width (as far as i can see), instead of parent's width. I can't seem to find on the docs any way to even set a fixed grid width.