Use different widths for dashboard and regular maniphest task

This commit is contained in:
2015-05-18 01:31:22 +05:00
parent 725ad07e6f
commit e2b7664451

View File

@@ -149,6 +149,10 @@ ul.phui-object-item-list-view {
}
.maniphest-task-group .phui-object-item-col2 {
width: 340px;
}
.dashboard-view .maniphest-task-group .phui-object-item-col2 {
width: 240px;
}