From 43e862d5de7e5211a7716c7d3fe96a5a62825632 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 26 Jun 2013 20:45:46 +0200 Subject: [PATCH] Tweak the width of the task list table in the customer_form view --- templates/sass/style.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/sass/style.sass b/templates/sass/style.sass index c837c1a..862547f 100644 --- a/templates/sass/style.sass +++ b/templates/sass/style.sass @@ -48,6 +48,8 @@ table width: 250px col.email, col.period width: 170px + col.task_list + width: 330px col.number width: 70px