mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Parsed display hides ends of long lines #189

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Issue a request with a response which produces long (90+ character) lines
2. View the request in "Parsed" tab
3. Cannot scroll to the right to view the ends of long lines.

What is the expected output? What do you see instead?
Expected to be able to scroll to the right, or otherwise see all returned 
content.
Actually disallowed to scroll.

On what operating system, browser and browser version?
Mac OSX 10.8, Chrome 30

Please provide any additional information below.
This may be desired behavior, as the Raw tab allows scroll to see all content, 
but I've manipulated the CSS to achieve my wished result, and only changed 
`.CodeMirror pre { word-wrap: break-word; }`.  (I looked for where this is 
defined, but couldn't find it.)

Original issue reported on code.google.com by zdoug...@t-sciences.com on 10 Jul 2013 at 12:34