diff options
Diffstat (limited to 'src/components/atoms')
| -rw-r--r-- | src/components/atoms/forms/forms.module.scss | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/components/atoms/forms/forms.module.scss b/src/components/atoms/forms/forms.module.scss index 279c185..19c7aee 100644 --- a/src/components/atoms/forms/forms.module.scss +++ b/src/components/atoms/forms/forms.module.scss @@ -3,6 +3,7 @@  .item {    margin: var(--spacing-xs) 0; +  width: 100%;    max-width: 45ch;  } | 
