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

Break white-space on tags in any property list

Summary: Fixes T11209. We want to always break tags when displaying them in a list, but not in general (remarkup).

Test Plan: Fake a tag on a differental revision with a really long name. See wrapping.

Reviewers: avivey, epriestley

Reviewed By: avivey, epriestley

Subscribers: avivey, Korvin

Maniphest Tasks: T11209

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

+5 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'cf375d17', 10 + 'core.pkg.css' => 'b6b40555', 11 11 'core.pkg.js' => 'f2139810', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'b3eea3f5', ··· 149 149 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 150 150 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 151 151 'rsrc/css/phui/phui-profile-menu.css' => 'c8557f33', 152 - 'rsrc/css/phui/phui-property-list-view.css' => 'd4bbd0cb', 152 + 'rsrc/css/phui/phui-property-list-view.css' => '6d8e58ac', 153 153 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 154 154 'rsrc/css/phui/phui-segment-bar-view.css' => '46342871', 155 155 'rsrc/css/phui/phui-spacing.css' => '042804d6', ··· 856 856 'phui-pager-css' => 'bea33d23', 857 857 'phui-pinboard-view-css' => '2495140e', 858 858 'phui-profile-menu-css' => 'c8557f33', 859 - 'phui-property-list-view-css' => 'd4bbd0cb', 859 + 'phui-property-list-view-css' => '6d8e58ac', 860 860 'phui-remarkup-preview-css' => '1a8f2591', 861 861 'phui-segment-bar-view-css' => '46342871', 862 862 'phui-spacing-css' => '042804d6',
+2 -1
webroot/rsrc/css/phui/phui-property-list-view.css
··· 169 169 170 170 /* When tags appear in property lists, give them a little more vertical 171 171 spacing. */ 172 - .phui-property-list-view .phui-tag-view { 172 + .phui-property-list-value .phui-tag-view { 173 173 margin: 2px 0; 174 + white-space: pre-wrap; 174 175 } 175 176 176 177 .phui-property-list-has-actions .phui-property-list-properties-wrap {