Add space between entry title and button in modal

This commit is contained in:
Alex Ling 2020-06-15 14:53:16 +00:00
parent 06d6311080
commit d2f9735250

View File

@ -7,8 +7,8 @@
<h4 class="uk-margin-remove-bottom"><a id="modal-title-link"></a></h4>
<% end %>
<h3 class="uk-modal-title break-word uk-margin-remove-top" id="modal-entry-title"><span></span>
<% unless page == "home" %>
&nbsp;
<% unless page == "home" %>
<% if is_admin %>
<a id="modal-edit-btn" class="uk-icon-button" uk-icon="icon:pencil"></a>
<% end %>