From 7ff46037fb5af3776a2e8cb6d6c1e6f49d0fce4d Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Sat, 3 Feb 2018 18:05:32 +0800 Subject: [PATCH] Add cosmetic adjustments to ticket form and list --- templates/ticket/form.html.twig | 4 ++-- templates/ticket/list.html.twig | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/ticket/form.html.twig b/templates/ticket/form.html.twig index 6cfefd89..823a08a8 100644 --- a/templates/ticket/form.html.twig +++ b/templates/ticket/form.html.twig @@ -13,7 +13,7 @@
-
+
@@ -92,7 +92,7 @@ - +
diff --git a/templates/ticket/list.html.twig b/templates/ticket/list.html.twig index 03f4e56b..efbd460f 100644 --- a/templates/ticket/list.html.twig +++ b/templates/ticket/list.html.twig @@ -85,12 +85,13 @@ }, { field: 'date_create', - title: 'Date Created' + title: 'Date Created', + width: 150 }, { field: 'subject', title: 'Subject', - width: 300 + width: 250 }, { field: 'first_name',