diff --git a/page/index.css b/page/index.css index 532cf700..4c02fd3e 100644 --- a/page/index.css +++ b/page/index.css @@ -245,6 +245,7 @@ fieldset>div.output div.project { fieldset>div.output div.project div.item { padding:2px 10px; text-align:left; clear:both; cursor:pointer; + white-space:pre; } fieldset>div.output div.project div.item:hover { background-color:red; diff --git a/plugin/local/team/plan.css b/plugin/local/team/plan.css index e251d25d..dbab07fa 100644 --- a/plugin/local/team/plan.css +++ b/plugin/local/team/plan.css @@ -24,3 +24,7 @@ fieldset.plan>div.output td.over { fieldset.plan>div.output td div.date { color:gray; } +fieldset.plan>div.output div.project { + max-height:400px; + overflow:auto; +}