Add class to Layout Grid
Is it possible to add a class to the Grid Layout Component?
7 Replies
Yes, try this π
on your Grid Component
But this adds a class or a extra wrapper before the Grid is rendered, is it possible to add a class to the main grid div?
yeah true that's how the components work... what are you trying to do... if it's custom CSS then it will be no problem targeting the grid
I've aligned the child elements, for example a toggle between a select will always have to much white space on the bottom
this wouldn't be a problem using css selectors for that specific grid with your class
I made a solution with sub selector for the grid element π
aaah nice!!