Jelajahi Sumber

Fix responsive design in LinksTable.tsx (#335)

Dev Chinchilla 5 tahun lalu
induk
melakukan
2161033e78
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      client/components/LinksTable.tsx

+ 1 - 0
client/components/LinksTable.tsx

@@ -76,6 +76,7 @@ const Action = (props: React.ComponentProps<typeof Icon>) => (
     px={0}
     mr={2}
     size={[23, 24]}
+    flexShrink={0}
     p={["4px", "5px"]}
     stroke="#666"
     {...props}