Skip to content

Commit

Permalink
Merge pull request #142 from ziraqyoung/sidebar-list-items-full-width
Browse files Browse the repository at this point in the history
Fix sidebar list items width
  • Loading branch information
stevenharman authored Oct 29, 2024
2 parents 9e89fa1 + c7a1187 commit b087d6e
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 b087d6e

Please sign in to comment.