Fix padding on library list
This commit is contained in:
@ -23,7 +23,8 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
|||||||
return (
|
return (
|
||||||
<VStack
|
<VStack
|
||||||
css={{
|
css={{
|
||||||
p: '20px',
|
px: '15px',
|
||||||
|
py: '10px',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
gap: '10px',
|
gap: '10px',
|
||||||
|
|||||||
Reference in New Issue
Block a user