讨论 » Greasy Fork 反馈

Unexpected text outside of list (`.list-option-group`)

NotYou管理员
§
发布于:2023-02-03

If the domain name is too big, then the name is outside of list option group (see screenshot 1).

By adding this CSS code, you can resolve the issue (See screenshot 2):

.list-option-group a {
    text-overflow: ellipsis;
    overflow: hidden;
}

发布留言

登录以发布留言。