Skip to content

Commit

Permalink
fix: form field description max inline size (#2644)
Browse files Browse the repository at this point in the history
fix: form field description max inline size
  • Loading branch information
Ollie-nl authored Nov 21, 2024
1 parent daec722 commit 90cc99e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
margin-block-start: var(--utrecht-space-row-md);
}
.utrecht-form-field-description {
inline-size: 440px;
margin-block-end: var(--utrecht-space-row-sm);
margin-block-start: 0;
max-inline-size: 65ch;
}
.utrecht-form-field-description,
.utrecht-form-field__status {
Expand Down

0 comments on commit 90cc99e

Please sign in to comment.