CASH-1464: margin adjustment

This commit is contained in:
AdamCaouetteSafelite 2025-08-29 10:25:12 -04:00
parent 3a09d000ce
commit 2daa337366

View file

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