mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Rever overflow-x on property lists
Summary: I keep finding edge cases where this is causing issues, like PHUITagView in Audit as a property. Going to revert. Test Plan: Review an Audit, tag is not cut off. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10740
This commit is contained in:
parent
ef3df7e4bf
commit
1120c465e4
2 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => '8f1544a4',
|
'core.pkg.css' => '1d489507',
|
||||||
'core.pkg.js' => 'cbdbd552',
|
'core.pkg.js' => 'cbdbd552',
|
||||||
'darkconsole.pkg.js' => 'df001cab',
|
'darkconsole.pkg.js' => 'df001cab',
|
||||||
'differential.pkg.css' => '8af45893',
|
'differential.pkg.css' => '8af45893',
|
||||||
|
@ -136,7 +136,7 @@ return array(
|
||||||
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
|
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
|
||||||
'rsrc/css/phui/phui-object-item-list-view.css' => '5053dee8',
|
'rsrc/css/phui/phui-object-item-list-view.css' => '5053dee8',
|
||||||
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
||||||
'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4',
|
'rsrc/css/phui/phui-property-list-view.css' => '86f9df88',
|
||||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||||
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
||||||
|
@ -779,7 +779,7 @@ return array(
|
||||||
'phui-object-box-css' => 'e9f7e938',
|
'phui-object-box-css' => 'e9f7e938',
|
||||||
'phui-object-item-list-view-css' => '5053dee8',
|
'phui-object-item-list-view-css' => '5053dee8',
|
||||||
'phui-pinboard-view-css' => '3dd4a269',
|
'phui-pinboard-view-css' => '3dd4a269',
|
||||||
'phui-property-list-view-css' => '3eff4eb4',
|
'phui-property-list-view-css' => '86f9df88',
|
||||||
'phui-remarkup-preview-css' => '19ad512b',
|
'phui-remarkup-preview-css' => '19ad512b',
|
||||||
'phui-spacing-css' => '042804d6',
|
'phui-spacing-css' => '042804d6',
|
||||||
'phui-status-list-view-css' => '888cedb8',
|
'phui-status-list-view-css' => '888cedb8',
|
||||||
|
|
|
@ -74,7 +74,6 @@
|
||||||
margin-left: 1%;
|
margin-left: 1%;
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
overflow-x: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.device .phui-property-list-value,
|
.device .phui-property-list-value,
|
||||||
|
|
Loading…
Reference in a new issue