Greasy Fork is available in English.

게시판 » 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;
}

댓글 남기기

댓글을 남기려면 로그인하세요.