We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850d73f commit a5e721dCopy full SHA for a5e721d
src/components/oversikt/OversiktNy.tsx
@@ -59,7 +59,7 @@ const OversiktDetailCard = ({
59
</VStack>
60
</Card>
61
</HStack>
62
- <BodyShort className="mt-4">{beskrivelse}</BodyShort>
+ <BodyShort gap="5">{beskrivelse}</BodyShort>
63
64
65
);
0 commit comments