Skip to content

Commit 49c3fe6

Browse files
committed
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
1 parent 6fe942a commit 49c3fe6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: resources/celerity/map.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'names' => array(
1010
'conpherence.pkg.css' => '2f25eb4f',
1111
'conpherence.pkg.js' => '020aebcf',
12-
'core.pkg.css' => 'c0bdb5b4',
12+
'core.pkg.css' => '9f620ef6',
1313
'core.pkg.js' => '2eeda9e0',
1414
'dark-console.pkg.js' => '187792c2',
1515
'differential.pkg.css' => '2431def2',
@@ -143,7 +143,7 @@
143143
'rsrc/css/phui/phui-bulk-editor.css' => '374d5e30',
144144
'rsrc/css/phui/phui-chart.css' => 'fe8f87a7',
145145
'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',
147147
'rsrc/css/phui/phui-comment-panel.css' => 'ec4e31c0',
148148
'rsrc/css/phui/phui-crumbs-view.css' => '614f43cf',
149149
'rsrc/css/phui/phui-curtain-object-ref-view.css' => '51d93266',
@@ -835,7 +835,7 @@
835835
'phui-calendar-month-css' => 'cb758c42',
836836
'phui-chart-css' => 'fe8f87a7',
837837
'phui-cms-css' => '8c05c41e',
838-
'phui-comment-form-css' => '68a2d99a',
838+
'phui-comment-form-css' => '9feec837',
839839
'phui-comment-panel-css' => 'ec4e31c0',
840840
'phui-crumbs-view-css' => '614f43cf',
841841
'phui-curtain-object-ref-view-css' => '51d93266',

Diff for: webroot/rsrc/css/phui/phui-comment-form.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ body.device .phui-box.phui-object-box.phui-comment-form-view {
155155

156156
.phui-comment-form-view .phui-form-view label.aphront-form-label,
157157
.phui-comment-form-view .phui-form-view .aphront-form-error {
158-
height: 28x;
158+
height: 28px;
159159
line-height: 28px;
160160
padding: 0;
161161
}

0 commit comments

Comments
 (0)