Skip to content

Commit

Permalink
change spacing in doc tag list item
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy-c committed Nov 24, 2021
1 parent 35f37b3 commit 501bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud/components/DocTagsListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const Container = styled.div`
align-items: center;
display: inline-flex;
height: min-content !important;
padding: 0 3px;
cursor: pointer;
margin-left: ${({ theme }) => theme.sizes.spaces.xsm}px;
&:disabled {
pointer-events: none;
}
Expand Down

0 comments on commit 501bcd0

Please sign in to comment.