Skip to content

Commit 1120c46

Browse files
committed
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
1 parent ef3df7e commit 1120c46

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

resources/celerity/map.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
return array(
99
'names' => array(
10-
'core.pkg.css' => '8f1544a4',
10+
'core.pkg.css' => '1d489507',
1111
'core.pkg.js' => 'cbdbd552',
1212
'darkconsole.pkg.js' => 'df001cab',
1313
'differential.pkg.css' => '8af45893',
@@ -136,7 +136,7 @@
136136
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
137137
'rsrc/css/phui/phui-object-item-list-view.css' => '5053dee8',
138138
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
139-
'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4',
139+
'rsrc/css/phui/phui-property-list-view.css' => '86f9df88',
140140
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
141141
'rsrc/css/phui/phui-spacing.css' => '042804d6',
142142
'rsrc/css/phui/phui-status.css' => '888cedb8',
@@ -779,7 +779,7 @@
779779
'phui-object-box-css' => 'e9f7e938',
780780
'phui-object-item-list-view-css' => '5053dee8',
781781
'phui-pinboard-view-css' => '3dd4a269',
782-
'phui-property-list-view-css' => '3eff4eb4',
782+
'phui-property-list-view-css' => '86f9df88',
783783
'phui-remarkup-preview-css' => '19ad512b',
784784
'phui-spacing-css' => '042804d6',
785785
'phui-status-list-view-css' => '888cedb8',

webroot/rsrc/css/phui/phui-property-list-view.css

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
margin-left: 1%;
7575
float: left;
7676
margin-bottom: 4px;
77-
overflow-x: auto;
7877
}
7978

8079
.device .phui-property-list-value,

0 commit comments

Comments
 (0)