mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Break-word on all propertly list values
Summary: Fixes T10827. Adds break-word on all values. Test Plan: Really long text. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10827 Differential Revision: https://secure.phabricator.com/D16081
This commit is contained in:
parent
3453507230
commit
78fab485b4
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'c076c614',
|
||||
'core.pkg.css' => '6913fe66',
|
||||
'core.pkg.js' => '3f2c120d',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => 'f3fb8324',
|
||||
|
@ -149,7 +149,7 @@ return array(
|
|||
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
||||
'rsrc/css/phui/phui-profile-menu.css' => 'c8557f33',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => 'e7b212a0',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => 'd4bbd0cb',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591',
|
||||
'rsrc/css/phui/phui-segment-bar-view.css' => '46342871',
|
||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||
|
@ -853,7 +853,7 @@ return array(
|
|||
'phui-pager-css' => 'bea33d23',
|
||||
'phui-pinboard-view-css' => '2495140e',
|
||||
'phui-profile-menu-css' => 'c8557f33',
|
||||
'phui-property-list-view-css' => 'e7b212a0',
|
||||
'phui-property-list-view-css' => 'd4bbd0cb',
|
||||
'phui-remarkup-preview-css' => '1a8f2591',
|
||||
'phui-segment-bar-view-css' => '46342871',
|
||||
'phui-spacing-css' => '042804d6',
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
margin-left: 1%;
|
||||
float: left;
|
||||
margin-bottom: 4px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.device-desktop .phui-property-list-has-actions .phui-property-list-value {
|
||||
|
|
Loading…
Reference in a new issue