Skip to content

Commit

Permalink
Add gap to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Nov 7, 2023
1 parent 3f001f0 commit c45c780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c45c780

Please sign in to comment.