MR Changes Cog dropdown checkboxes alignment broken
Problem
The GlFormCheckbox
now uses padding to encapsulate the checkbox itself, which breaks the existing alignment that uses padding.
Cause
The alignment in the page uses gl-pl-3
, which overrides new padding added after merge in the GlFormCheckbox
.
Fix
The alignment in the page should be swapped to gl-ml-3
.