Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ffc810

Browse files
author
FalkWolsky
committedMay 9, 2024·
Tag TableCollumn Type - small styling fix
1 parent cf62e4b commit 4ffc810

File tree

1 file changed

+3
-0
lines changed
  • client/packages/lowcoder/src/comps/comps/tableComp/column/columnTypeComps

1 file changed

+3
-0
lines changed
 

‎client/packages/lowcoder/src/comps/comps/tableComp/column/columnTypeComps/columnTagsComp.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ export const DropdownStyled = styled.div`
163163
.ant-tag {
164164
margin-right: 0;
165165
}
166+
.ant-tag svg {
167+
margin-right: 4px;
168+
}
166169
`;
167170

168171
export const TagStyled = styled(Tag)`

0 commit comments

Comments
 (0)
Please sign in to comment.