Web: Components: Remove useless margin from EmailChips

This commit is contained in:
Aleksandr Lushkin 2023-06-21 15:26:44 +02:00
parent 160ed8748f
commit c7b8c5c28a

View File

@ -12,12 +12,6 @@ const StyledChipWithInput = styled.div`
flex-wrap: wrap;
height: fit-content;
width: ${(props) => props.length === 0 && "100%"};
.scroll.scroll-body {
// Temporary solution. Should be removed after changing custom scroll for rtl
${({ theme }) =>
theme.interfaceDirection === "rtl" && `margin-right: 0 !important;`}
}
`;
const StyledContent = styled.div`