Tweak to previous commit
Previous commit made it so task title is cropper far too soon. Still not really ideal solution, but should be good enough for now.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '96851300',
|
||||
'core.pkg.css' => 'b5d761fe',
|
||||
'core.pkg.js' => 'a2f2598e',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => 'bb338e4b',
|
||||
@@ -142,7 +142,7 @@ return array(
|
||||
'rsrc/css/phui/phui-info-view.css' => 'c6f0aef8',
|
||||
'rsrc/css/phui/phui-list.css' => '2e25ebfb',
|
||||
'rsrc/css/phui/phui-object-box.css' => '7d160002',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '896908f4',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => 'f3f4aaf9',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => 'eaab2b1b',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '5b671934',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
@@ -782,7 +782,7 @@ return array(
|
||||
'phui-inline-comment-view-css' => '2174771a',
|
||||
'phui-list-view-css' => '2e25ebfb',
|
||||
'phui-object-box-css' => '7d160002',
|
||||
'phui-object-item-list-view-css' => '896908f4',
|
||||
'phui-object-item-list-view-css' => 'f3f4aaf9',
|
||||
'phui-pinboard-view-css' => 'eaab2b1b',
|
||||
'phui-property-list-view-css' => '5b671934',
|
||||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
|
@@ -149,7 +149,7 @@ ul.phui-object-item-list-view {
|
||||
}
|
||||
|
||||
.maniphest-task-group .phui-object-item-col2 {
|
||||
width: auto;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.device-phone .phui-object-item-col1,
|
||||
|
Reference in New Issue
Block a user