Fix lack of margin on changeset browsing messages
The display area here uses negative margins to make the flush list work, so we need to add them back in for normal text.
This commit is contained in:
parent
8aba3c4ec4
commit
b7ad61560c
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
|||
</div>
|
||||
<% end -%>
|
||||
<% elsif params[:bbox] %>
|
||||
<p><%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %></p>
|
||||
<p class="mx-3"><%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %></p>
|
||||
<% elsif params[:display_name] %>
|
||||
<p><%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %></p>
|
||||
<p class="mx-3"><%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %></p>
|
||||
<% else %>
|
||||
<p><%= t(params[:max_id] ? ".no_more" : ".empty") %></p>
|
||||
<p class="mx-3"><%= t(params[:max_id] ? ".no_more" : ".empty") %></p>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue