mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix rogue :global() (would prevent text in toggles from wrapping)
This commit is contained in:
parent
e9b86badda
commit
8a6cc3edc4
@ -361,7 +361,7 @@ onMounted(() => {
|
||||
> span {
|
||||
font-size: 1em;
|
||||
color: var(--accent);
|
||||
:global(span) {
|
||||
:deep(span) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user