Skip to content

Commit

Permalink
fix default full width for new label
Browse files Browse the repository at this point in the history
  • Loading branch information
cammiida committed Nov 21, 2024
1 parent fdb93b1 commit 8a9543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-components/Label/Label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function Label({
>
<Grid
item
{...grid}
{...(grid ?? { xs: 12 })}
>
<span className={classes.labelAndDescWrapper}>
<DesignsystemetLabel
Expand Down

0 comments on commit 8a9543a

Please sign in to comment.