fix(ui): fixed the ui issue (#5341)

This commit is contained in:
Ankit keshari 2022-07-06 22:10:37 +05:30 committed by GitHub
parent fc8e59387d
commit e6662a70f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ const TagContainer = styled.div`
display: inline-flex;
margin-left: 0px;
margin-top: 3px;
flex-wrap: wrap;
`;
const TagSeparator = styled.div`