@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 tags not wrap in Chrome/Blink/Android

Summary: Object tags in Chrome/Blink on Android wrap randomly and horribly as if it's their job in life. Let's put an end to that, probably. Fixes T5103

Test Plan: Chrome 34 / Android. Tested Chrome Regular Flavor desktop and mobile.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5103

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => 'e62084f9', 10 + 'core.pkg.css' => '769b26dc', 11 11 'core.pkg.js' => 'ab0d6d3d', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '382ca868', ··· 143 143 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', 144 144 'rsrc/css/phui/phui-spacing.css' => '042804d6', 145 145 'rsrc/css/phui/phui-status.css' => '2f562399', 146 - 'rsrc/css/phui/phui-tag-view.css' => '5d09d99e', 146 + 'rsrc/css/phui/phui-tag-view.css' => '74051f4e', 147 147 'rsrc/css/phui/phui-text.css' => '23e9b4b7', 148 148 'rsrc/css/phui/phui-timeline-view.css' => '15ff2a9f', 149 149 'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00', ··· 775 775 'phui-remarkup-preview-css' => '19ad512b', 776 776 'phui-spacing-css' => '042804d6', 777 777 'phui-status-list-view-css' => '2f562399', 778 - 'phui-tag-view-css' => '5d09d99e', 778 + 'phui-tag-view-css' => '74051f4e', 779 779 'phui-text-css' => '23e9b4b7', 780 780 'phui-timeline-view-css' => '15ff2a9f', 781 781 'phui-workboard-view-css' => '2bf82d00',
+1
webroot/rsrc/css/phui/phui-tag-view.css
··· 27 27 border: 1px solid transparent; 28 28 border-radius: 3px; 29 29 padding: 0 4px; 30 + white-space: nowrap; 30 31 } 31 32 32 33 .phui-tag-type-state .phui-tag-core {