Client: StorageManagement: Fix diagram in rtl

This commit is contained in:
Aleksandr Lushkin 2024-07-19 17:29:45 +02:00
parent 7f08892037
commit 4aaf534c44

View File

@ -157,7 +157,8 @@ const StyledFolderTagSection = styled.div`
width: ${(props) => props.width + "%"};
&:first-of-type {
border-radius: 46px 0px 0px 46px;
border-start-start-radius: 46px;
border-end-start-radius: 46px;
}
`;