I noticed that some filterlists has truncated text from left. For example search 鈥濳AD". Seems that occurs only on Chromium browsers.

hmm... likely related to the css here. I'm not a css guru. If anybody is able to assist, it'd be welcomed.
I have possible solution. You can add:
tr blockquote {
word-break: break-word;
)
^that seems to fix it. thanks, @hawkeye116477 !
ah, the root issue was a branching bug in the component's rendering. ^that should fix it.
@collinbarrett Is that last change already online? If yes, then it doesn't fix that issue.
Thanks for double-checking. It is deployed. I don't seem to see the issue any more. Can you confirm again? Send another screenshot if you don't mind. Thanks.


Ah. I see. It has to do with how wide the viewport is. Hmm.. investigating.
Give it another try now when you have a chance and let me know. Thanks.
@collinbarrett Now it's better, but Languages column header looks little ugly (鈥瀞" letter is on second line and cutted of).

Thanks. Right, this should've fixed that. Still seeing the "Languages" issue on your end?
@collinbarrett No, now is good :smile:
Most helpful comment
@collinbarrett No, now is good :smile: