Skip to content

Commit

Permalink
Fixed gap when on grid view
Browse files Browse the repository at this point in the history
  • Loading branch information
VKormylo committed Nov 14, 2024
1 parent ae437be commit 3e64d86
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const styles = {
},
appCardSquare: {
minHeight: '460px',
padding: '24px 20px'
padding: '24px 20px',
boxSizing: 'border-box'
}
}

0 comments on commit 3e64d86

Please sign in to comment.