Fix subscribers in PHUIDocument
Summary: This resolves a wrapping issue in phui-document-css Test Plan: reload page, subscribers no longer wrap. Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7301
This commit is contained in:
		| @@ -3779,7 +3779,7 @@ celerity_register_resource_map(array( | |||||||
|   ), |   ), | ||||||
|   'phui-document-view-css' => |   'phui-document-view-css' => | ||||||
|   array( |   array( | ||||||
|     'uri' => '/res/f744b3b2/rsrc/css/phui/phui-document.css', |     'uri' => '/res/cac7a825/rsrc/css/phui/phui-document.css', | ||||||
|     'type' => 'css', |     'type' => 'css', | ||||||
|     'requires' => |     'requires' => | ||||||
|     array( |     array( | ||||||
|   | |||||||
| @@ -97,10 +97,6 @@ | |||||||
|   background-color: #f6f7f8; |   background-color: #f6f7f8; | ||||||
| } | } | ||||||
|  |  | ||||||
| .phui-document-content .phui-property-list-value { |  | ||||||
|   width: auto; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .phui-document-content { | .phui-document-content { | ||||||
|   min-height: 240px; |   min-height: 240px; | ||||||
|   background: #fff; |   background: #fff; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Chad Little
					Chad Little