Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2056)

Unified Diff: Source/devtools/front_end/components/objectValue.css

Issue 1304033003: [DevTools] Fixed output of string consisting multiple spaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components/objectValue.css
diff --git a/Source/devtools/front_end/components/objectValue.css b/Source/devtools/front_end/components/objectValue.css
index e890020310b40624d604040d8b316dac26ae63e2..7bebccf57ac77977f155a9ef19a8080f6888e305 100644
--- a/Source/devtools/front_end/components/objectValue.css
+++ b/Source/devtools/front_end/components/objectValue.css
@@ -60,7 +60,7 @@
.object-value-regexp,
.object-value-symbol {
color: rgb(196, 26, 22);
- white-space: nowrap;
+ white-space: pre;
unicode-bidi: -webkit-isolate;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698