@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.

Widen property list key value

Summary: Ref T12180. Seems we widened the value side, but not the key.

Test Plan: Review application property page. Set item to stacked, see non-cutoff layout.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12180

Differential Revision: https://secure.phabricator.com/D17302

+7 -7
+5 -5
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e25569a9', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '022cdeed', 12 + 'core.pkg.css' => '867a3ad4', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 162 162 'rsrc/css/phui/phui-object-box.css' => '8b289e3d', 163 163 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 164 164 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 165 - 'rsrc/css/phui/phui-property-list-view.css' => '6d8e58ac', 165 + 'rsrc/css/phui/phui-property-list-view.css' => '2dc7993f', 166 166 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 167 167 'rsrc/css/phui/phui-segment-bar-view.css' => 'b1d1b892', 168 168 'rsrc/css/phui/phui-spacing.css' => '042804d6', 169 169 'rsrc/css/phui/phui-status.css' => 'd5263e49', 170 170 'rsrc/css/phui/phui-tag-view.css' => '84d65f26', 171 171 'rsrc/css/phui/phui-timeline-view.css' => 'bc523970', 172 - 'rsrc/css/phui/phui-two-column-view.css' => 'f63cad3c', 172 + 'rsrc/css/phui/phui-two-column-view.css' => '8a1074c7', 173 173 'rsrc/css/phui/workboards/phui-workboard-color.css' => 'f0551a33', 174 174 'rsrc/css/phui/workboards/phui-workboard.css' => '3bc85455', 175 175 'rsrc/css/phui/workboards/phui-workcard.css' => 'cca5fa92', ··· 882 882 'phui-oi-simple-ui-css' => 'a8beebea', 883 883 'phui-pager-css' => 'bea33d23', 884 884 'phui-pinboard-view-css' => '2495140e', 885 - 'phui-property-list-view-css' => '6d8e58ac', 885 + 'phui-property-list-view-css' => '2dc7993f', 886 886 'phui-remarkup-preview-css' => '1a8f2591', 887 887 'phui-segment-bar-view-css' => 'b1d1b892', 888 888 'phui-spacing-css' => '042804d6', ··· 890 890 'phui-tag-view-css' => '84d65f26', 891 891 'phui-theme-css' => '9f261c6b', 892 892 'phui-timeline-view-css' => 'bc523970', 893 - 'phui-two-column-view-css' => 'f63cad3c', 893 + 'phui-two-column-view-css' => '8a1074c7', 894 894 'phui-workboard-color-css' => 'f0551a33', 895 895 'phui-workboard-view-css' => '3bc85455', 896 896 'phui-workcard-view-css' => 'cca5fa92',
+1 -1
webroot/rsrc/css/phui/phui-property-list-view.css
··· 61 61 } 62 62 63 63 .device .phui-property-list-key, 64 - .phui-property-list-stacked .phui-property-list-properties 64 + div.phui-property-list-stacked .phui-property-list-properties 65 65 .phui-property-list-key { 66 66 padding-left: 4px; 67 67 text-align: left;
+1 -1
webroot/rsrc/css/phui/phui-two-column-view.css
··· 121 121 122 122 .device-desktop .phui-main-column .phui-property-list-key { 123 123 margin-left: 0; 124 - width: 160px; 124 + width: 180px; 125 125 } 126 126 127 127 .device-desktop .phui-main-column .phui-property-list-value {