Skip to content

Commit

Permalink
correct column size
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Nov 20, 2024
1 parent b5243f4 commit c08242d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/home/_fee.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row mb-4">
<div class="col-12 col-md-auto pb-2">
<div class="col-12 col-md-9 pb-2">
<div class="h4 text-muted">
<%= fee.fee_description %>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/process_payments/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<% @records.each do |record| %>
<%= f.fields_for "payment_record[#{record.fee_id}]" do |fr| %>
<div class="row mb-4">
<div class="col-12 col-md-auto pb-2">
<div class="col-12 col-md-6 pb-2">
<div class="h4 text-muted">
<%= record.fee.fee_description %>
</div>
Expand Down

0 comments on commit c08242d

Please sign in to comment.