Filterlists: fix Description column is truncated from left

Created on 17 Sep 2019  路  12Comments  路  Source: collinbarrett/FilterLists

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

bug feedback wanted web

Most helpful comment

@collinbarrett No, now is good :smile:

All 12 comments

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.

Untitled

Screenshot_20190921_222820

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).
Screenshot_20190921_225553

Thanks. Right, this should've fixed that. Still seeing the "Languages" issue on your end?

@collinbarrett No, now is good :smile:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CaptainFrosty picture CaptainFrosty  路  3Comments

gwarser picture gwarser  路  4Comments

DJCrashdummy picture DJCrashdummy  路  5Comments

DandelionSprout picture DandelionSprout  路  5Comments

adnage19 picture adnage19  路  4Comments