refactor(Collapse): Upgrade Collapse to Antd5 (#32959)

Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
Damian Pendrak
2025-04-07 23:35:39 +02:00
committed by GitHub
parent c7d2881d04
commit 3950cf065e
36 changed files with 2490 additions and 2769 deletions

View File

@@ -84,9 +84,6 @@ const DatasourceContainer = styled.div`
display: flex;
flex-direction: column;
max-height: 100%;
.ant-collapse {
height: auto;
}
.field-selections {
padding: 0 0 ${theme.sizeUnit}px;
overflow: auto;