Merge pull request #6725 from ShadowArcanist/shadow/fix-env-helper-text-nowrap

fix(ui): long text on helper popup not wrapping based on screensize
This commit is contained in:
Andras Bacsai 2025-09-29 12:35:42 +02:00 committed by GitHub
commit 9bfb17242c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ @utility info-helper {
}
@utility info-helper-popup {
@apply hidden absolute z-40 text-xs rounded-sm text-neutral-700 group-hover:block dark:border-coolgray-500 border-neutral-900 dark:bg-coolgray-400 bg-neutral-200 dark:text-neutral-300;
@apply hidden absolute z-40 text-xs rounded-sm text-neutral-700 group-hover:block dark:border-coolgray-500 border-neutral-900 dark:bg-coolgray-400 bg-neutral-200 dark:text-neutral-300 max-w-xs whitespace-normal break-words;
}
@utility buyme {