From 4fdca4ca41570905746963dd2cdeaf5703d12f24 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 24 Feb 2011 14:40:26 -0800 Subject: [PATCH] Allow Maniphest task titles to wrap Summary: Long task titles currently break the task list in icky ways, let them wrap instead. We probably need some shorten() / word break action here eventually since I can still type "MMMMMMMMMMMMMMMMMMMMMMMMMM" (etc) to break the layout but this covers non-prankster use cases. Test Plan: Created a task with an exceptionally long title, viewed it in the task list, it wrapped reasonably and didn't ruin everything. Differential Revision: 40 Reviewed By: aran Reviewers: fratrik, aran CC: epriestley, aran --- src/__celerity_resource_map__.php | 2 +- webroot/rsrc/css/application/maniphest/task-summary.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index c43f951ca8..3cbf65f1a8 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -208,7 +208,7 @@ celerity_register_resource_map(array( ), 'maniphest-task-summary-css' => array( - 'uri' => '/res/10d5ec2e/rsrc/css/application/maniphest/task-summary.css', + 'uri' => '/res/94d01e6f/rsrc/css/application/maniphest/task-summary.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/application/maniphest/task-summary.css b/webroot/rsrc/css/application/maniphest/task-summary.css index 6f2edd3f77..42bb242315 100644 --- a/webroot/rsrc/css/application/maniphest/task-summary.css +++ b/webroot/rsrc/css/application/maniphest/task-summary.css @@ -39,6 +39,7 @@ .maniphest-task-summary td.maniphest-task-name { overflow: hidden; font-weight: bold; + white-space: normal; } .maniphest-task-summary td.maniphest-task-priority {