Fixed padding issue for some dialogs on mobile

This commit is contained in:
Philip K 2018-04-11 16:59:13 +02:00 committed by Peter Bhat Harkins
parent 494d8f9940
commit e11fd19cd4
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
margin: 0;
}
.box {
.help, .box {
margin: 0 8px;
}

View File

@ -25,7 +25,7 @@
<% end %>
</ol>
<% else %>
<p>No replies to show.</p>
<p class="help">No replies to show.</p>
<% end %>
<% if @replies.count > RepliesController::REPLIES_PER_PAGE && @filter != 'unread'%>