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 8, 2023
1 parent f004f93 commit a53ddcf
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 @@ -210,6 +210,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 a53ddcf

Please sign in to comment.