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

Use text ellipsis on hovercard tags

Summary: Fixes T12326. Users can make really log tag titles, this forces ellipsis if it is too long.

Test Plan: Write a super long tag, see ellipisis. Test a small tag, see normal layout.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12326

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

+10 -2
+2 -2
resources/celerity/map.php
··· 96 96 'rsrc/css/application/policy/policy-transaction-detail.css' => '82100a43', 97 97 'rsrc/css/application/policy/policy.css' => '957ea14c', 98 98 'rsrc/css/application/ponder/ponder-view.css' => 'fbd45f96', 99 - 'rsrc/css/application/project/project-card-view.css' => '77219296', 99 + 'rsrc/css/application/project/project-card-view.css' => 'e17bf825', 100 100 'rsrc/css/application/project/project-view.css' => '792c9057', 101 101 'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733', 102 102 'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5', ··· 905 905 'policy-edit-css' => '815c66f7', 906 906 'policy-transaction-detail-css' => '82100a43', 907 907 'ponder-view-css' => 'fbd45f96', 908 - 'project-card-view-css' => '77219296', 908 + 'project-card-view-css' => 'e17bf825', 909 909 'project-view-css' => '792c9057', 910 910 'releeph-core' => '9b3c5733', 911 911 'releeph-preview-branch' => 'b7a6f4a5',
+8
webroot/rsrc/css/application/project/project-card-view.css
··· 103 103 margin-top: 8px; 104 104 } 105 105 106 + .project-card-view .phui-header-subheader .phui-tag-core { 107 + text-overflow: ellipsis; 108 + white-space: nowrap; 109 + max-width: 232px; 110 + overflow: hidden; 111 + display: inline-block; 112 + } 113 + 106 114 .project-card-view .phui-header-header .phui-tag-view .phui-tag-core { 107 115 padding: 0; 108 116 }