We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9dbd3 commit 3abea8fCopy full SHA for 3abea8f
packages/module/src/ShortcutGrid/ShortcutGrid.tsx
@@ -15,7 +15,7 @@ export interface ShortcutGridProps extends GridProps {
15
const useStyles = createUseStyles({
16
shortcutGridItem: {
17
textAlign: 'right',
18
- marginRight: 'var(--pf-t--global--spacer--200)'
+ marginRight: 'var(--pf-t--global--spacer--md)'
19
}
20
})
21
0 commit comments