From 03bc542f053a6224a665297208f17e180d701682 Mon Sep 17 00:00:00 2001 From: David Evans Date: Wed, 4 Sep 2024 13:15:51 +0100 Subject: [PATCH] Fix weird appearance due to button text wrapping Closes #626 --- airlock/templates/file_browser/request/file.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/airlock/templates/file_browser/request/file.html b/airlock/templates/file_browser/request/file.html index 97a006fd..c393afea 100644 --- a/airlock/templates/file_browser/request/file.html +++ b/airlock/templates/file_browser/request/file.html @@ -54,13 +54,13 @@ {% if voting_buttons.show %}
{% if voting_buttons.approve.disabled %} - {% else %}
{% csrf_token %} -
@@ -68,13 +68,13 @@ {% if voting_buttons.request_changes.disabled %} - {% else %}
{% csrf_token %} -
@@ -97,7 +97,7 @@ {% endif %} {% endif %} - {% #modal id="group-context" button_text="View Context" %} + {% #modal id="group-context" button_text="View Context" %} {% include "file_browser/request/filegroup.html" %} {% /modal %}