mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Provide a scrollbar when properties overflow on desktop
Summary: Fixes issues seen in D10690 with unit results. Test Plan: test D10690 and locally Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10691
This commit is contained in:
parent
ee8004ab4d
commit
3e1918d89f
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'e8a5c5fa',
|
||||
'core.pkg.css' => 'af8819fd',
|
||||
'core.pkg.js' => 'cbdbd552',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '0f9c3082',
|
||||
|
@ -136,7 +136,7 @@ return array(
|
|||
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => 'e1e6425f',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '86f9df88',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||
'rsrc/css/phui/phui-status.css' => '2f562399',
|
||||
|
@ -779,7 +779,7 @@ return array(
|
|||
'phui-object-box-css' => 'e9f7e938',
|
||||
'phui-object-item-list-view-css' => 'e1e6425f',
|
||||
'phui-pinboard-view-css' => '3dd4a269',
|
||||
'phui-property-list-view-css' => '86f9df88',
|
||||
'phui-property-list-view-css' => '3eff4eb4',
|
||||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
'phui-spacing-css' => '042804d6',
|
||||
'phui-status-list-view-css' => '2f562399',
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
margin-left: 1%;
|
||||
float: left;
|
||||
margin-bottom: 4px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.device .phui-property-list-value,
|
||||
|
|
Loading…
Reference in a new issue