ソースを参照

Fix responsive design in LinksTable.tsx (#335)

Dev Chinchilla 5 年 前
コミット
2161033e78
1 ファイル変更1 行追加0 行削除
  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}