Overriding Bootstrap grid spacing
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem to solve
Bootstraps grid spacing is larger than our designs.
| Bootstrap Grid | Our Design |
|---|---|
![]() |
![]() |
In order for us to achieve the design, we have to add custom styling to remove the row and col margin styling and add our own margins.
Proposal
Two possible options to fix this:
- Update the bootstrap variables to globally change this
- Add classes such as
gl-rowandgl-columnwhich override the bootstrap styling
Edited by 🤖 GitLab Bot 🤖

