### What problem does this PR solve? feat(next-search): Implements document preview functionality - Adds a new document preview modal component - Implements document preview page logic - Adds document preview-related hooks - Optimizes document preview rendering logic ### Type of change - [x] New Feature (non-breaking change which adds functionality)
11 lines
176 B
Text
11 lines
176 B
Text
.selectFilesCollapse {
|
|
:global(.ant-collapse-header) {
|
|
padding-left: 22px;
|
|
}
|
|
margin-bottom: 32px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.selectFilesTitle {
|
|
padding-right: 10px;
|
|
}
|