Skip to content

Commit a306678

Browse files
committed
PC-113: Fix Next button in CustomerForm.jsx
1 parent b9f51c2 commit a306678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/components/shared/CustomerForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const CustomerForm = () => {
255255
</Row>
256256
</div>
257257
<Button type={'submit'}
258-
className="pc-btn-next mb-3"
258+
className="pc-btn-next mb-4"
259259
disabled={isNextDisabled}>
260260
Next
261261
</Button>

0 commit comments

Comments
 (0)