Merge pull request #2811 from Safelite/feature/bugfix/CASH-1464

CASH-1464: margin adjustment
This commit is contained in:
AdamCaouetteSafelite 2025-08-29 11:08:19 -04:00 committed by GitHub
commit ea06bb469a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,3 +218,8 @@ export default {
},
};
</script>
<style lang="scss">
.form-check {
margin-bottom: 0.5rem;
}
</style>