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

Make multiple paragraphs in blockquotes space properly

Summary: Fixes T9878

Test Plan:
Quote multiple paragraphs, multiple lists

{F1009937}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9878

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

+5 -5
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'cbf6bd91', 10 + 'core.pkg.css' => '4d47b0a9', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 104 104 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 105 105 'rsrc/css/application/uiexample/example.css' => '528b19de', 106 106 'rsrc/css/core/core.css' => 'a76cefc9', 107 - 'rsrc/css/core/remarkup.css' => '4354ae20', 107 + 'rsrc/css/core/remarkup.css' => 'b1c10368', 108 108 'rsrc/css/core/syntax.css' => '9fd11da8', 109 109 'rsrc/css/core/z-index.css' => '57ddcaa2', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 750 750 'phabricator-object-selector-css' => '85ee8ce6', 751 751 'phabricator-phtize' => 'd254d646', 752 752 'phabricator-prefab' => '6920d200', 753 - 'phabricator-remarkup-css' => '4354ae20', 753 + 'phabricator-remarkup-css' => 'b1c10368', 754 754 'phabricator-search-results-css' => '7dea472c', 755 755 'phabricator-shaped-request' => '7cbe244b', 756 756 'phabricator-side-menu-view-css' => 'bec2458e',
+2 -2
webroot/rsrc/css/core/remarkup.css
··· 169 169 background-color: {$lightbluebackground}; 170 170 } 171 171 172 - .phabricator-remarkup blockquote p { 173 - margin: 0; 172 + .phabricator-remarkup blockquote *:last-child { 173 + margin-bottom: 0; 174 174 } 175 175 176 176 .phabricator-remarkup blockquote blockquote {