Feat: Show formulas when answering, show reference labels in style, remove cursor flashing effect. #5173 (#5174)

### What problem does this PR solve?

Feat: Show formulas when answering, show reference labels in style,
remove cursor flashing effect. #5173

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-20 12:19:53 +08:00
committed by GitHub
parent 0c6d787f92
commit ed943b1b5b
2 changed files with 10 additions and 9 deletions

View File

@ -6,6 +6,10 @@
margin-bottom: 10px;
font-size: 12px;
}
:global(blockquote) {
padding-left: 10px;
border-left: 4px solid #ccc;
}
}
.referencePopoverWrapper {