Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Button inne i Bleed med asChild funker ikke #2468

Closed
Mathiamu opened this issue Nov 10, 2023 · 0 comments · Fixed by #2469
Closed

[BUG] Button inne i Bleed med asChild funker ikke #2468

Mathiamu opened this issue Nov 10, 2023 · 0 comments · Fixed by #2469
Labels
bug 🐛 Feil i systemet

Comments

@Mathiamu
Copy link
Contributor

Hva er feilen/problemet?

Negativ margin forsvinner når man bruker asChild på Bleed-komponent med en Button inni.
Forventer at det oppfører seg på samme måte som uten bruk av asChild, men det virker som om margin-block blir overskrevet av margin: 0 fra .navds-button. Har testa med BodyShort istedenfor Button, og det fungerer som forventet.

Eksempel/Tilleggsinformasjon (valgfri)

Blør som forventet:

<Bleed marginBlock="2">
	<Button>Knapp</Button>
</Bleed>

Blør ikke som forventet:

<Bleed marginBlock="2" asChild>
	<Button>Knapp</Button>
</Bleed>

Blør som forventet:

<Bleed marginBlock="2" asChild>
	<BodyShort>Knapp</BodyShort>
</Bleed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Feil i systemet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant