Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorDev Chinchilla <67276024+DevChinchilla@users.noreply.github.com>2020-07-14 19:55:18 +0300
committerGitHub <noreply@github.com>2020-07-14 19:55:18 +0300
commit2161033e78350dc76916b645fdae1cafb99e8f3f (patch)
treea63823fc10c8fdb2db867d63c8770d653b5f03ed /client
parente45321668b371b53ce092889f1869a0c163dfb1f (diff)
Fix responsive design in LinksTable.tsx (#335)
Diffstat (limited to 'client')
-rw-r--r--client/components/LinksTable.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/LinksTable.tsx b/client/components/LinksTable.tsx
index 3e27d0b..0c8c56f 100644
--- a/client/components/LinksTable.tsx
+++ b/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}