*This is not an issue, rather a question.
Is there any specfic reason, why the default resources/views/components/column.blade.php is made using display: flex; instead of display: grid;?
If it would use grid, there would be better support and options for spacing the colums inside a grid evenly etc.
Thoughts on this?
*This is not an issue, rather a question.
Is there any specfic reason, why the default
resources/views/components/column.blade.phpis made usingdisplay: flex;instead ofdisplay: grid;?If it would use grid, there would be better support and options for spacing the colums inside a grid evenly etc.
Thoughts on this?