Actions
Feature proposal #7857
closedImprove grid styling
Description
Bootstrap includes some additional utility classes that can now make grids much easier to create. Currently the grid is being generated based off how many entries there are to ensure proper padding. Replace this with negative margin on the parent and padding on the child container. This will allow the grid size to be changed freely without having to specifically calculate what padding classes need to be on grid containers. See PKB grid template for example.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions