fix rogue :global() (would prevent text in toggles from wrapping)

This commit is contained in:
Freeplay 2023-05-22 21:16:55 -04:00
parent 3a92e77c6c
commit 05ce3e7039
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ onMounted(() => {
> span {
font-size: 1em;
color: var(--accent);
:global(span) {
:deep(span) {
white-space: nowrap;
}
}