Fix to allow more than 10 columns for child tables in Frappe
- Copy the frappe folder to the core frappe application root folder or manually replace grid_row.js and grid.js to the correct folder.
- Run
bench build
- Move from Bootstrap's grid layout to Flex layout
- Remove 10 column validation
- Minor CSS alignments