### What problem does this PR solve? feat: Add RetrievalDocuments to SearchPage #2247 feat: Click on the link in the reference to display the pdf drawer #2247 ### 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;
|
|
}
|