Run `npm run prettier` (#8950)

This commit is contained in:
Justin Baur 2024-04-27 12:37:19 -04:00 committed by GitHub
parent 72f411b6e3
commit 0ecde07525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ always use the native `form` element and bind a `formGroup`.
Forms consists of 1 or more inputs, and ends with 1 or 2 buttons.
If there are many inputs in a form, they should be organized into sections as content
relates. **Example:** Item type form
If there are many inputs in a form, they should be organized into sections as content relates.
**Example:** Item type form
Each input within a section should follow the following spacing guidelines (see
[Tailwind CSS spacing documentation](https://tailwindcss.com/docs/customizing-spacing)):