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 e9b86badda
commit 8a6cc3edc4

View file

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