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

Missed a class (multicolumn)

Summary: re-grep

Test Plan: View Multicolumn example, last row doesn't have line.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+3 -3
+2 -2
resources/celerity/map.php
··· 26 26 'rsrc/css/aphront/error-view.css' => '16cd9949', 27 27 'rsrc/css/aphront/lightbox-attachment.css' => '686f8885', 28 28 'rsrc/css/aphront/list-filter-view.css' => 'ef989c67', 29 - 'rsrc/css/aphront/multi-column.css' => '6f7573f0', 29 + 'rsrc/css/aphront/multi-column.css' => '12f65921', 30 30 'rsrc/css/aphront/notification.css' => '6901121e', 31 31 'rsrc/css/aphront/pager-view.css' => '2e3539af', 32 32 'rsrc/css/aphront/panel-view.css' => '5846dfa2', ··· 483 483 'aphront-dialog-view-css' => 'dd9db96c', 484 484 'aphront-error-view-css' => '16cd9949', 485 485 'aphront-list-filter-view-css' => 'ef989c67', 486 - 'aphront-multi-column-view-css' => '6f7573f0', 486 + 'aphront-multi-column-view-css' => '12f65921', 487 487 'aphront-notes' => '6acadd3f', 488 488 'aphront-pager-view-css' => '2e3539af', 489 489 'aphront-panel-view-css' => '5846dfa2',
+1 -1
webroot/rsrc/css/aphront/multi-column.css
··· 125 125 padding-right: 8px; 126 126 } 127 127 128 - .phui-box-shadow .aphront-multi-colum-column-outer-last { 128 + .phui-box-border .aphront-multi-colum-column-outer-last { 129 129 border: none; 130 130 } 131 131