Skip to content

Commit

Permalink
fix(madals): add margin (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Dec 19, 2023
1 parent 2632f43 commit 251ac3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/spends/_modal.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.button.is-white.is-round.top-right-button.close-button
figure.image.is-20x20
= image_tag('cross.svg', alt: 'X')
.modal-card-body
.modal-card-body.mx-3
= form_with url:false, method: :post, id: 'spend-form-with' do |f|
.field.mt-2
= f.label :amount, "Amount to be deducted"
Expand Down
2 changes: 1 addition & 1 deletion app/views/topups/_modal.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.button.is-white.is-round.top-right-button.close-button
figure.image.is-20x20
= image_tag('cross.svg', alt: 'X')
.modal-card-body
.modal-card-body.mx-3
= form_with url:false, method: :post, id: 'topup-form-with' do |f|
.field.mt-2
= f.label :amount, "Amount to be added"
Expand Down

0 comments on commit 251ac3c

Please sign in to comment.