mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Merge branch 'maniphestbutton'
This commit is contained in:
commit
c8b4b04847
2 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue