Przeglądaj źródła

Fix responsive design in LinksTable.tsx (#335)

Dev Chinchilla 5 lat temu
rodzic
commit
2161033e78
1 zmienionych plików z 1 dodań i 0 usunięć
  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}