Skip to content

Commit

Permalink
Inline-block them
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 16, 2024
1 parent 71c82e9 commit 133a4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/photos.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.row
- @entries.each do |entry|
.pictureFrame.col-xs-2.col-md-3
=link_to entry.image_url_cdn, target: "_blank", style: "border: 1px solid black;" do
=link_to entry.image_url_cdn, target: "_blank", style: "border: 1px solid black; display: inline-block;" do
=image_code(entry)
.row
.center
Expand Down

0 comments on commit 133a4f6

Please sign in to comment.