Skip to content

Commit

Permalink
Fix sidebar list items width
Browse files Browse the repository at this point in the history
  • Loading branch information
ziraqyoung committed Oct 26, 2024
1 parent 9e89fa1 commit c7a1187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/letter_opener_web/letters/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</span>
</h1>
<div class="letter-opener" data-letters-path="<%= letters_path %>">
<ul class="list-group rounded-0 pt-2">
<ul class="list-group w-100 rounded-0 pt-2">
<% if first_letter = @letters.shift %>
<%= render partial: "item", locals: { letter: first_letter, active: true } %>
<% end %>
Expand Down

0 comments on commit c7a1187

Please sign in to comment.