summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/toggle.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/forms/toggle.module.scss')
-rw-r--r--src/components/atoms/forms/toggle.module.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/atoms/forms/toggle.module.scss b/src/components/atoms/forms/toggle.module.scss
index 00e87a2..24b867e 100644
--- a/src/components/atoms/forms/toggle.module.scss
+++ b/src/components/atoms/forms/toggle.module.scss
@@ -6,10 +6,11 @@
display: inline-flex;
align-items: center;
+ width: 100%;
}
.title {
- margin-right: var(--spacing-xs);
+ margin-right: auto;
}
.toggle {