Skip to content

Commit

Permalink
Revert of DevTools: [Console] wrap long strings in console (patchset #1
Browse files Browse the repository at this point in the history
… id:1 of https://codereview.chromium.org/1681013002/ )

Reason for revert:
Huge blocks of text in inline values, scopechainsidebarpane

BUG=586256

Original issue's description:
> DevTools: [Console] wrap long strings in console
>
> The "white-space: pre" was introduced in crrev.com/1304033003 to avoid
> spaces collapsing.
>
> The "white-space: pre-wrap" does not collapse spaces and wraps text
> if needed.
>
> BUG=583644
> R=pfeldman, dgozman
>
> Committed: https://crrev.com/8fa870ed97a19658f438db9b9f5b3548cb47bf4a
> Cr-Commit-Position: refs/heads/master@{#374292}

[email protected],[email protected],[email protected]
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=583644

Review URL: https://codereview.chromium.org/1689273002

Cr-Commit-Position: refs/heads/master@{#375006}
  • Loading branch information
sergeyv authored and Commit bot committed Feb 11, 2016
1 parent 726e6ef commit 6b48a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/components/objectValue.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
.object-value-regexp,
.object-value-symbol {
color: rgb(196, 26, 22);
white-space: pre-wrap;
white-space: pre;
unicode-bidi: -webkit-isolate;
}

Expand Down

0 comments on commit 6b48a2e

Please sign in to comment.