From 4cc6d18a228aaafe6a4cb3429c2190ac4b93e883 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalski Date: Wed, 13 Sep 2017 17:10:19 +0200 Subject: [PATCH] Fix CSS for "Cancel" button in workflow execution This patch fixes wrong font type and size for the button appearing on workflow execution. Style used right now is consistent with the one used by buttons in workflow creation. Change-Id: I807ab8ada2fc98ac5e1ff8ae7e11b8c8d95497c1 Closes-bug: #1716943 --- mistraldashboard/workflows/templates/workflows/_execute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistraldashboard/workflows/templates/workflows/_execute.html b/mistraldashboard/workflows/templates/workflows/_execute.html index d9c897a..b53e514 100644 --- a/mistraldashboard/workflows/templates/workflows/_execute.html +++ b/mistraldashboard/workflows/templates/workflows/_execute.html @@ -20,5 +20,5 @@ {% block modal-footer %} - {% trans "Cancel" %} + {% trans "Cancel" %} {% endblock %}