We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b4f64 commit f13225cCopy full SHA for f13225c
src/components/NoteManager/components/NoteLayout.tsx
@@ -36,7 +36,7 @@ export const SelectedText = ({ onSelectionChanged }: { onSelectionChanged?: () =
36
<div className="flex justify-between gap-1">
37
<NoteLink note={note} active={true} />
38
</div>
39
- <blockquote className="italic" data-testid="selected-text">
+ <blockquote className="italic max-h-68 overflow-y-auto" data-testid="selected-text">
40
{selectionString}
41
</blockquote>
42
0 commit comments