From 1d162d7aafb3cfe2c3351b5fd891bbf6d476e9b2 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 14 Apr 2022 19:25:46 +0200 Subject: chore: add a Settings component --- src/components/atoms/forms/forms.module.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/atoms/forms/forms.module.scss') 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; } -- cgit v1.2.3