Fix wrong spacing between buttons
1 files changed, 1 insertions(+), 1 deletions(-) M src/wiki/templates/wiki/edit.html
M src/wiki/templates/wiki/edit.html => src/wiki/templates/wiki/edit.html +1 -1
@@ 36,7 36,7 @@ {% trans "Save changes" %} </button> - <div class="btn-toolbar float-right"> + <div class="float-right"> {% if user.is_authenticated and urlpath.path %} <a href="{% url 'wiki:move' path=urlpath.path article_id=article.id %}" class="btn btn-warning "> <span class="fa fa-random"></span>