fix rogue :global() (would prevent text in toggles from wrapping)
This commit is contained in:
parent
3a92e77c6c
commit
05ce3e7039
|
@ -361,7 +361,7 @@ onMounted(() => {
|
|||
> span {
|
||||
font-size: 1em;
|
||||
color: var(--accent);
|
||||
:global(span) {
|
||||
:deep(span) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue