diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/form.scss b/services/web/frontend/stylesheets/bootstrap-5/components/form.scss index b68035a672..ea64fd4711 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/form.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/form.scss @@ -179,4 +179,8 @@ @include body-sm; } + + .checkbox-label { + margin-left: var(--spacing-04); + } }