Skip to content

Commit 251ac3c

Browse files
fix(madals): add margin (#334)
1 parent 2632f43 commit 251ac3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/spends/_modal.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.button.is-white.is-round.top-right-button.close-button
66
figure.image.is-20x20
77
= image_tag('cross.svg', alt: 'X')
8-
.modal-card-body
8+
.modal-card-body.mx-3
99
= form_with url:false, method: :post, id: 'spend-form-with' do |f|
1010
.field.mt-2
1111
= f.label :amount, "Amount to be deducted"

app/views/topups/_modal.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.button.is-white.is-round.top-right-button.close-button
55
figure.image.is-20x20
66
= image_tag('cross.svg', alt: 'X')
7-
.modal-card-body
7+
.modal-card-body.mx-3
88
= form_with url:false, method: :post, id: 'topup-form-with' do |f|
99
.field.mt-2
1010
= f.label :amount, "Amount to be added"

0 commit comments

Comments
 (0)