From c45c780b5031578da6aab54be525c0c88dbb10d1 Mon Sep 17 00:00:00 2001 From: VINEETH ASOK KUMAR Date: Tue, 7 Nov 2023 16:38:31 +0100 Subject: [PATCH] Add gap to actions --- src/components/Table/Table.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Table/Table.tsx b/src/components/Table/Table.tsx index 6696ee8c..d5c22354 100644 --- a/src/components/Table/Table.tsx +++ b/src/components/Table/Table.tsx @@ -180,6 +180,7 @@ const ActionsList = styled.td` const ActionsContainer = styled.span` display: flex; flex-wrap: wrap; + gap: 0.5rem; overflow: hidden; @media (max-width: 768px) { flex-direction: column;