Skip to content

Commit 238f6c9

Browse files
author
Luke Bowerman
authored
Change default height of ActionListManager for better empty state behavior (#834)
1 parent d9dab97 commit 238f6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/ActionList/ActionListManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const centerItemStates = css`
6161
align-items: center;
6262
display: flex;
6363
justify-content: center;
64-
height: 100%;
64+
min-height: 8rem;
6565
`
6666

6767
export const ActionListManager = styled(ActionListManagerLayout)`

0 commit comments

Comments
 (0)