fix(collectionModule): fix long entity name (#15033)

This commit is contained in:
v-tarasevich-blitz-brain 2025-10-17 19:53:06 +03:00 committed by GitHub
parent 46b5ce0d14
commit 4650fb6bba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@ const Container = styled.div`
const LeftSection = styled.div`
flex: 6;
min-width: 0;
`;
const RightSection = styled.div`