Skip to content

Commit 4f86109

Browse files
committed
Decrease padding of actions group container
1 parent b6e98ab commit 4f86109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/compass-components/src/components/document-list/document-actions-group.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const actionsGroupContainer = css({
1111
alignItems: 'center',
1212
gap: spacing[2],
1313
width: '100%',
14-
top: spacing[2] + spacing[1],
15-
paddingLeft: spacing[3],
16-
paddingRight: spacing[3],
14+
top: spacing[200],
15+
paddingLeft: spacing[200],
16+
paddingRight: spacing[200],
1717
pointerEvents: 'none',
1818
});
1919

0 commit comments

Comments
 (0)