diff --git a/app/views/admin/photos.html.haml b/app/views/admin/photos.html.haml index 67b73366..a32751d3 100644 --- a/app/views/admin/photos.html.haml +++ b/app/views/admin/photos.html.haml @@ -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