Originally created the responsive grid to help on making the app more responsive between desktop and mobile. But the app really only uses it for the padding/margins of children on the pages. We could reduce extra views by removing the responsive grid and just adding a property on the pages that replicates the current Gutter. The TransactionEditPage is the only page that uses the columns currently and we could just replace it with a standard grid.
Originally created the responsive grid to help on making the app more responsive between desktop and mobile. But the app really only uses it for the padding/margins of children on the pages. We could reduce extra views by removing the responsive grid and just adding a property on the pages that replicates the current Gutter. The TransactionEditPage is the only page that uses the columns currently and we could just replace it with a standard grid.