fix: CJK content results in long context strings in search results

closes #7183
This commit is contained in:
Tom Moor
2024-07-02 19:33:30 -04:00
parent 18f729b970
commit c6408f7b3f
4 changed files with 94 additions and 3 deletions

View File

@@ -275,6 +275,8 @@ const ResultContext = styled(Highlight)`
font-size: 15px;
margin-top: -0.25em;
margin-bottom: 0.25em;
max-height: 90px;
overflow: hidden;
`;
export default observer(React.forwardRef(DocumentListItem));