mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 11:30:55 +01:00
Add more information to Workboard Cards
Summary: Adds the taskid/objname and removes the white-space restrictions. Seems still decent. Test Plan: Test long and short title cards, test mobile and desktop {F155552} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T4863 Differential Revision: https://secure.phabricator.com/D9148
This commit is contained in:
parent
702f073f0a
commit
9d5f9d5c2c
2 changed files with 10 additions and 4 deletions
|
@ -146,7 +146,7 @@ return array(
|
|||
'rsrc/css/phui/phui-text.css' => '23e9b4b7',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => '15ff2a9f',
|
||||
'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00',
|
||||
'rsrc/css/phui/phui-workpanel-view.css' => '1169f879',
|
||||
'rsrc/css/phui/phui-workpanel-view.css' => 'fddd97bf',
|
||||
'rsrc/css/sprite-actions.css' => '969ad0e5',
|
||||
'rsrc/css/sprite-apps-large.css' => 'd7ef733e',
|
||||
'rsrc/css/sprite-apps-xlarge.css' => 'db66c878',
|
||||
|
@ -778,7 +778,7 @@ return array(
|
|||
'phui-text-css' => '23e9b4b7',
|
||||
'phui-timeline-view-css' => '15ff2a9f',
|
||||
'phui-workboard-view-css' => '2bf82d00',
|
||||
'phui-workpanel-view-css' => '1169f879',
|
||||
'phui-workpanel-view-css' => 'fddd97bf',
|
||||
'phuix-action-list-view' => 'b5c256b8',
|
||||
'phuix-action-view' => '19a0b148',
|
||||
'phuix-dropdown-menu' => 'bd4c8dca',
|
||||
|
|
|
@ -13,8 +13,14 @@
|
|||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.phui-workpanel-view .phui-object-item-objname {
|
||||
display: none;
|
||||
.phui-workboard-view .phui-object-item-link {
|
||||
white-space: normal;
|
||||
display: inline;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.phui-workboard-view .phui-object-item-objname {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.phui-workpanel-view .phui-workpanel-header-action {
|
||||
|
|
Loading…
Reference in a new issue