~netlandish/django-wiki

6890922042187cae4dcac57272ab111015f131eb — Benjamin Bach 4 years ago 445734b
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>