Skip to content

Commit 3abea8f

Browse files
aferdfhlavac
authored andcommitted
RHCLOUD-34199 shortgrid updates (#239)
* shortgrid updates * fix sz
1 parent 5f9dbd3 commit 3abea8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/ShortcutGrid/ShortcutGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface ShortcutGridProps extends GridProps {
1515
const useStyles = createUseStyles({
1616
shortcutGridItem: {
1717
textAlign: 'right',
18-
marginRight: 'var(--pf-t--global--spacer--200)'
18+
marginRight: 'var(--pf-t--global--spacer--md)'
1919
}
2020
})
2121

0 commit comments

Comments
 (0)