@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix invalid CSS property value

Summary: `x` is not a valid unit.

Test Plan: Open a Maniphest task in the web browser; inspect the CSS of the label of any items in the "Add Action" dropdown.

Reviewers: O1 Blessed Committers, speck

Reviewed By: O1 Blessed Committers, speck

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25510

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '2f25eb4f', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'c0bdb5b4', 12 + 'core.pkg.css' => '9f620ef6', 13 13 'core.pkg.js' => '2eeda9e0', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '2431def2', ··· 143 143 'rsrc/css/phui/phui-bulk-editor.css' => '374d5e30', 144 144 'rsrc/css/phui/phui-chart.css' => 'fe8f87a7', 145 145 'rsrc/css/phui/phui-cms.css' => '8c05c41e', 146 - 'rsrc/css/phui/phui-comment-form.css' => '68a2d99a', 146 + 'rsrc/css/phui/phui-comment-form.css' => '9feec837', 147 147 'rsrc/css/phui/phui-comment-panel.css' => 'ec4e31c0', 148 148 'rsrc/css/phui/phui-crumbs-view.css' => '614f43cf', 149 149 'rsrc/css/phui/phui-curtain-object-ref-view.css' => '51d93266', ··· 835 835 'phui-calendar-month-css' => 'cb758c42', 836 836 'phui-chart-css' => 'fe8f87a7', 837 837 'phui-cms-css' => '8c05c41e', 838 - 'phui-comment-form-css' => '68a2d99a', 838 + 'phui-comment-form-css' => '9feec837', 839 839 'phui-comment-panel-css' => 'ec4e31c0', 840 840 'phui-crumbs-view-css' => '614f43cf', 841 841 'phui-curtain-object-ref-view-css' => '51d93266',
+1 -1
webroot/rsrc/css/phui/phui-comment-form.css
··· 155 155 156 156 .phui-comment-form-view .phui-form-view label.aphront-form-label, 157 157 .phui-comment-form-view .phui-form-view .aphront-form-error { 158 - height: 28x; 158 + height: 28px; 159 159 line-height: 28px; 160 160 padding: 0; 161 161 }