Thanks! I can reproduce the problem here, although I’m seeing it wrap after 3–4 letters rather than 1. As far as I can tell, this is caused by a bug in macOS’s HTML-to-RTF converter, where it’s creating nested table cells with unnecessarily small widths, and that’s causing the text to wrap. Unfortunately, I don’t have a good general solution for this at present. I’m in the process of rewriting EagleFiler’s Rich Text view to use WebKit directly rather than RTF. That should fix the display and also work with search highlighting and the Find panel.
1 Like