Greasy Fork is available in English.

Discussioni » Feedback di Greasy Fork

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

NotYouMod
§
Pubblicato: 03/02/2023

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

Pubblica risposta

Accedi per pubblicare una risposta.