Skip to content

Commit

Permalink
Mark copyright example image as fluid
Browse files Browse the repository at this point in the history
This preserves the old behaviour after openstreetmap#4732 is applied.
  • Loading branch information
tomhughes committed Apr 28, 2024
1 parent fd732ee commit fc81201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/site/copyright.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</p>
<p><%= image_tag("attribution_example.png",
:alt => t(".legal_babble.attribution_example.alt"),
:border => 0,
:border => 0, :class => "img-fluid",
:title => t(".legal_babble.attribution_example.title")) %></p>

<h3><%= t ".legal_babble.more_title_html" %></h3>
Expand Down

0 comments on commit fc81201

Please sign in to comment.