Skip to content

Commit

Permalink
Fix alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJackson-Oslo committed Oct 8, 2024
1 parent c194d61 commit ce8a5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/spaces/index/_space_listing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</h3>
<!-- Meta information listing -->

<div class="flex gap-4">
<div class="flex gap-4 items-start">

<div class="flex items-center gap-1" title="<%= t('space_show.number_of_reviews', count: space.reviews.size) %>">
<div class="flex items-center gap-1 flex-shrink-0" title="<%= t('space_show.number_of_reviews', count: space.reviews.size) %>">
<%= inline_svg_tag 'star', class: "#{space.star_rating ? 'text-pink-500' : 'text-gray-300'} h-5 w-5" %>
<span class="text-gray-500">
<%= space.star_rating_s %>
Expand Down

0 comments on commit ce8a5f8

Please sign in to comment.