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

Improve text overflow behavior for hovercards with (for example) long package names

Summary: See PHI977. Ref T13216. Some text, like long package names, may overflow hovercards. Add overflow CSS behaviors to remedy this.

Test Plan:
Before:

{F6012699}

After:

{F6012700}

(You can use `/search/hovercard/` to render hovercards in a handy standalone way.)

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13216

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

+4 -2
+2 -2
resources/celerity/map.php
··· 155 155 'rsrc/css/phui/phui-form.css' => '7aaa04e3', 156 156 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 157 157 'rsrc/css/phui/phui-header-view.css' => '1ba8b707', 158 - 'rsrc/css/phui/phui-hovercard.css' => 'f0592bcf', 158 + 'rsrc/css/phui/phui-hovercard.css' => '4a484541', 159 159 'rsrc/css/phui/phui-icon-set-selector.css' => '87db8fee', 160 160 'rsrc/css/phui/phui-icon.css' => 'cf24ceec', 161 161 'rsrc/css/phui/phui-image-mask.css' => 'a8498f9c', ··· 821 821 'phui-head-thing-view-css' => 'fd311e5f', 822 822 'phui-header-view-css' => '1ba8b707', 823 823 'phui-hovercard' => '1bd28176', 824 - 'phui-hovercard-view-css' => 'f0592bcf', 824 + 'phui-hovercard-view-css' => '4a484541', 825 825 'phui-icon-set-selector-css' => '87db8fee', 826 826 'phui-icon-view-css' => 'cf24ceec', 827 827 'phui-image-mask-css' => 'a8498f9c',
+2
webroot/rsrc/css/phui/phui-hovercard.css
··· 54 54 55 55 .phui-hovercard-body-item { 56 56 margin: 4px 0 0 0; 57 + overflow: hidden; 58 + text-overflow: ellipsis; 57 59 } 58 60 59 61 .phui-hovercard-body-header {