@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 very odd wrapping / linebreaking for Remarkup code block headers in Safari

Summary: Fixes T13118. Ref T13120. This construction is a little odd; I'm not entirely sure why Safari is doing what it's doing, but this appears to fix it.

Test Plan: Viewed blocks like those in T13118 in Safari. Before the patch, weird last-letter wrapping. After the patch, sensible behavior.

Maniphest Tasks: T13118, T13120

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

+4 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => '15191c65', 12 - 'core.pkg.css' => '49b87886', 12 + 'core.pkg.css' => '29452b31', 13 13 'core.pkg.js' => '1ea38af8', 14 14 'differential.pkg.css' => '113e692c', 15 15 'differential.pkg.js' => 'f6d809c0', ··· 112 112 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 113 113 'rsrc/css/application/uiexample/example.css' => '528b19de', 114 114 'rsrc/css/core/core.css' => '62fa3ace', 115 - 'rsrc/css/core/remarkup.css' => '1828e2ad', 115 + 'rsrc/css/core/remarkup.css' => '924fc97d', 116 116 'rsrc/css/core/syntax.css' => 'cae95e89', 117 117 'rsrc/css/core/z-index.css' => '9d8f7c4b', 118 118 'rsrc/css/diviner/diviner-shared.css' => '896f1d43', ··· 780 780 'phabricator-object-selector-css' => '85ee8ce6', 781 781 'phabricator-phtize' => 'd254d646', 782 782 'phabricator-prefab' => '77b0ae28', 783 - 'phabricator-remarkup-css' => '1828e2ad', 783 + 'phabricator-remarkup-css' => '924fc97d', 784 784 'phabricator-search-results-css' => '505dd8cf', 785 785 'phabricator-shaped-request' => '7cbe244b', 786 786 'phabricator-slowvote-css' => 'a94b7230',
+1
webroot/rsrc/css/core/remarkup.css
··· 34 34 display: inline-block; 35 35 border-top-left-radius: 3px; 36 36 border-top-right-radius: 3px; 37 + overflow: hidden; 37 38 } 38 39 39 40 .phabricator-remarkup .code-block-counterexample .remarkup-code-header {