Skip to content

Commit 2161033

Browse files
author
Dev Chinchilla
authored
Fix responsive design in LinksTable.tsx (#335)
1 parent e453216 commit 2161033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/components/LinksTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const Action = (props: React.ComponentProps<typeof Icon>) => (
7676
px={0}
7777
mr={2}
7878
size={[23, 24]}
79+
flexShrink={0}
7980
p={["4px", "5px"]}
8081
stroke="#666"
8182
{...props}

0 commit comments

Comments
 (0)