mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
fix rogue :global() (would prevent text in toggles from wrapping)
This commit is contained in:
parent
e9b86badda
commit
8a6cc3edc4
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ onMounted(() => {
|
||||||
> span {
|
> span {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
:global(span) {
|
:deep(span) {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue