चर्चा » Greasy Fork镜像 Feedback

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;
}

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.

长期地址
遇到问题?请前往 GitHub 提 Issues。