CSS Grid Layout
Posted by
James Yong-2 on
URL: http://ofbiz.116.s1.nabble.com/CSS-Grid-Layout-tp4763321.html
Hi all,
According to the page at
https://caniuse.com/css-grid, CSS Grid Layout (level 1) is supported by most browsers. I think we can start adopting this feature to layout the form fields.
In my opinion, it is easier to arrange the form fields using CSS Grid than with tables. HTML codes will be simpler and lesser.
Regards,
James