Skip to content

Commit

Permalink
fix(spacing): removing errant margin
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhundt committed Jul 20, 2023
1 parent d791689 commit 50d9d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/episodes/_form_status.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>

<div class="col-12 mb-4">
<div class="col-12">
<div class="form-floating">
<%= form.time_field :released_at, value: episode.published_or_released_date %>
<%= form.label :released_at %>
Expand Down

0 comments on commit 50d9d1a

Please sign in to comment.