Skip to content

Commit

Permalink
Fix field margin
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Oct 15, 2024
1 parent 621c27d commit aa9f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/feeds/_form_apple_config.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<%= form.hidden_field :type, value: "Feeds::AppleSubscription" %>

<div class="col-6 mb-4">
<div class="col-6 mt-4">
<div class="form-floating input-group">
<%= form.number_field :display_episodes_count %>
<%= form.label :display_episodes_count %>
Expand Down

0 comments on commit aa9f788

Please sign in to comment.