Files
ragflow/web/src/components/highlight-markdown/index.module.less
chanx a8a060676a Refactor: UmiJs -> Vite (#12410)
### What problem does this PR solve?

Refactor: UmiJs -> Vite+React

### Type of change

- [x] Refactoring

---------

Co-authored-by: Liu An <asiro@qq.com>
2026-01-04 19:14:20 +08:00

20 lines
382 B
Plaintext

.text {
.chunkText;
font-size: 16px;
li {
padding: 4px 0px;
}
// p {
// white-space: pre-wrap; // https://stackoverflow.com/questions/60332183/new-line-with-react-markdown
// }
}
.code {
padding: 3px 6px 6px;
margin: 0;
white-space: break-spaces;
background-color: rgba(129, 139, 152, 0.12);
border-radius: 4px;
color: var(--ant-color-text-base);
}