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

Add overflow: hidden back to obj-list

Summary: Long titles tend to break some of the layout. I removed this fixing another bug, but ultimately we changed directions on boards and it doesn't repro anymore.

Test Plan: Test workboards with tasks on and off the screen. All are drawn. Test the homepage with lots of overflowing information. Make sure objects don't break the 'card'.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+9 -7
+7 -7
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '719389b0', 10 + 'core.pkg.css' => 'c00e58c8', 11 11 'core.pkg.js' => 'b2ed04a2', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '4b8686e3', ··· 137 137 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 138 138 'rsrc/css/phui/phui-list.css' => 'ef8035b6', 139 139 'rsrc/css/phui/phui-object-box.css' => 'ce92d8ec', 140 - 'rsrc/css/phui/phui-object-item-list-view.css' => '3bf8e1c9', 140 + 'rsrc/css/phui/phui-object-item-list-view.css' => '7cf6ccf9', 141 141 'rsrc/css/phui/phui-pinboard-view.css' => 'e7d3b05e', 142 142 'rsrc/css/phui/phui-property-list-view.css' => 'af4b381f', 143 143 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 157 157 'rsrc/css/sprite-docs.css' => '5f65d0da', 158 158 'rsrc/css/sprite-gradient.css' => 'a10def53', 159 159 'rsrc/css/sprite-icons.css' => 'f19a828c', 160 - 'rsrc/css/sprite-login.css' => '9fbaec81', 160 + 'rsrc/css/sprite-login.css' => '8d10fb28', 161 161 'rsrc/css/sprite-main-header.css' => '92720ee2', 162 162 'rsrc/css/sprite-menu.css' => '8da53882', 163 163 'rsrc/css/sprite-minicons.css' => 'df4f76fe', ··· 325 325 'rsrc/image/sprite-gradient.png' => '4ece0b62', 326 326 'rsrc/image/sprite-icons-X2.png' => '0d5867c0', 327 327 'rsrc/image/sprite-icons.png' => '3f754bda', 328 - 'rsrc/image/sprite-login-X2.png' => '81c1344f', 329 - 'rsrc/image/sprite-login.png' => '7c729508', 328 + 'rsrc/image/sprite-login-X2.png' => 'bf5ceccc', 329 + 'rsrc/image/sprite-login.png' => 'c1e200b3', 330 330 'rsrc/image/sprite-main-header.png' => '83521873', 331 331 'rsrc/image/sprite-menu-X2.png' => '949974c6', 332 332 'rsrc/image/sprite-menu.png' => '307d5da0', ··· 766 766 'phui-info-panel-css' => '27ea50a1', 767 767 'phui-list-view-css' => 'ef8035b6', 768 768 'phui-object-box-css' => 'ce92d8ec', 769 - 'phui-object-item-list-view-css' => '3bf8e1c9', 769 + 'phui-object-item-list-view-css' => '7cf6ccf9', 770 770 'phui-pinboard-view-css' => 'e7d3b05e', 771 771 'phui-property-list-view-css' => 'af4b381f', 772 772 'phui-remarkup-preview-css' => '19ad512b', ··· 804 804 'sprite-docs-css' => '5f65d0da', 805 805 'sprite-gradient-css' => 'a10def53', 806 806 'sprite-icons-css' => 'f19a828c', 807 - 'sprite-login-css' => '9fbaec81', 807 + 'sprite-login-css' => '8d10fb28', 808 808 'sprite-main-header-css' => '92720ee2', 809 809 'sprite-menu-css' => '8da53882', 810 810 'sprite-minicons-css' => 'df4f76fe',
+2
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 39 39 border-color: {$lightgreyborder}; 40 40 border-width: 0 0 0 4px; 41 41 margin: 5px 0; 42 + overflow: hidden; 42 43 } 43 44 44 45 .phui-object-item .phui-icon-view { ··· 52 53 border-width: 1px 1px 1px 0; 53 54 position: relative; 54 55 min-height: 29px; 56 + overflow: hidden; 55 57 } 56 58 57 59 .phui-object-list-cards .phui-object-item-frame {