From 476f2216fd2d12f7c2b4e1bea18fb4d38735588a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Sun, 16 Apr 2023 15:43:06 +0200 Subject: [PATCH] update style --- contracts/templates/contracts/view_contract.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/templates/contracts/view_contract.html b/contracts/templates/contracts/view_contract.html index a99148f..bac64a3 100644 --- a/contracts/templates/contracts/view_contract.html +++ b/contracts/templates/contracts/view_contract.html @@ -246,7 +246,7 @@ </tr> <tr> <td class="w-1/5 !p-2.5">Schválení</td> - <td class="w-4/5 !p-2.5"> + <td class="w-4/5 !pl-2.5 !py-1 !pr-1"> {% with contract.approvals.all as approvals %} {% if approvals|length != 0 %} <ul class="flex gap-2"> -- GitLab