We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deaf307 + 5e0d3dd commit d78f31dCopy full SHA for d78f31d
src/compounds/ItemGroup/ItemGroup.jsx
@@ -9,7 +9,7 @@ import './item-group.scss'
9
const ItemGroup = ({ buttonProps, items, isLoading, orientation, withButtonLink, withTitleLink }) => (
10
<>
11
<Title addClass='mb-2' size='large' title='Featured Services' />
12
- <Row xs={1} sm={2} className={`g-5 mb-5 ${orientation === 'vertical' && 'row-cols-md-3'}`} data-cy='item-group'>
+ <Row xs={1} sm={2} className={`gy-5 mb-5 ${orientation === 'vertical' && 'row-cols-md-3'}`} data-cy='item-group'>
13
{isLoading
14
? (
15
0 commit comments