Skip to content

Commit

Permalink
[Issue-2086] Fix empty list UI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lw-cdm committed Nov 1, 2023
1 parent 2b9306c commit a56f989
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const EmptyList = styled(Component)<Props>(({ theme: { token } }: Props) => {

'.empty-list-inner': {
display: 'flex',
flexWrap: 'wrap',
gap: token.padding,
flexDirection: 'column',
alignContent: 'center',
Expand Down

0 comments on commit a56f989

Please sign in to comment.