Skip to content

Commit

Permalink
fix: Set border width and inline size
Browse files Browse the repository at this point in the history
  • Loading branch information
hidde committed Dec 21, 2023
1 parent 099a851 commit c4dfec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
--utrecht-button-group-margin-block-start: 1em;
--utrecht-form-field-margin-block-end: 1em;
--utrecht-button-group-inline-gap: 0.25em;
--utrecht-form-field-error-message-color: red;
--utrecht-form-field-error-message-color: darkred;
--utrecht-form-control-max-inline-size: 20em;
--utrecht-form-control-border-width: 1px;
--utrecht-textbox-padding-block-start: 0.5em;
--utrecht-textbox-padding-block-end: 0.5em;
--utrecht-textbox-padding-inline-start: 0.5em;
Expand Down

0 comments on commit c4dfec1

Please sign in to comment.