sendou.ink/app/features/top-search/components/HowToLinkPopover.module.css
Kalle a4dfd82141
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
User card (#3213)
2026-07-05 08:28:42 +03:00

24 lines
408 B
CSS

.content {
display: flex;
flex-direction: column;
gap: var(--s-3);
white-space: normal;
font-size: var(--font-xs);
}
.list {
margin: var(--s-1) 0 0;
padding-inline-start: var(--s-4);
display: flex;
flex-direction: column;
gap: var(--s-1);
}
.example {
display: block;
padding: var(--s-2);
border-radius: var(--radius-box);
background-color: var(--color-bg-higher);
word-break: break-word;
}