Fix odd line number line wrapping on embedded pastes ({Pxxx})
				
					
				
			Summary: Ref T13126. After SourceView changes, embedded pastes with the `{Pxxx}` syntax are line-wrapping line numbers in Safari, at least. Put a stop to this.
Test Plan: Viewed a `{Pxxx}` with more than 10 lines. Before: weird line wrapping; after: nice consistent display.
Reviewers: amckinley
Reviewed By: amckinley
Maniphest Tasks: T13126
Differential Revision: https://secure.phabricator.com/D19393
			
			
This commit is contained in:
		@@ -119,7 +119,7 @@ return array(
 | 
			
		||||
    'rsrc/css/font/font-lato.css' => 'c7ccd872',
 | 
			
		||||
    'rsrc/css/font/phui-font-icon-base.css' => '870a7360',
 | 
			
		||||
    'rsrc/css/layout/phabricator-filetree-view.css' => 'b912ad97',
 | 
			
		||||
    'rsrc/css/layout/phabricator-source-code-view.css' => 'fdbefca0',
 | 
			
		||||
    'rsrc/css/layout/phabricator-source-code-view.css' => '2ab25dfa',
 | 
			
		||||
    'rsrc/css/phui/button/phui-button-bar.css' => 'f1ff5494',
 | 
			
		||||
    'rsrc/css/phui/button/phui-button-simple.css' => '8e1baf68',
 | 
			
		||||
    'rsrc/css/phui/button/phui-button.css' => '1863cc6e',
 | 
			
		||||
@@ -776,7 +776,7 @@ return array(
 | 
			
		||||
    'phabricator-search-results-css' => '505dd8cf',
 | 
			
		||||
    'phabricator-shaped-request' => '7cbe244b',
 | 
			
		||||
    'phabricator-slowvote-css' => 'a94b7230',
 | 
			
		||||
    'phabricator-source-code-view-css' => 'fdbefca0',
 | 
			
		||||
    'phabricator-source-code-view-css' => '2ab25dfa',
 | 
			
		||||
    'phabricator-standard-page-view' => '34ee718b',
 | 
			
		||||
    'phabricator-textareautils' => '320810c8',
 | 
			
		||||
    'phabricator-title' => '485aaa6c',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user