Skip to content

Commit 501bcd0

Browse files
committed
change spacing in doc tag list item
1 parent 35f37b3 commit 501bcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/components/DocTagsListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ const Container = styled.div`
9898
align-items: center;
9999
display: inline-flex;
100100
height: min-content !important;
101+
padding: 0 3px;
101102
cursor: pointer;
102-
margin-left: ${({ theme }) => theme.sizes.spaces.xsm}px;
103103
&:disabled {
104104
pointer-events: none;
105105
}

0 commit comments

Comments
 (0)