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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/reportView.css

Issue 2093913002: DevTools: When no manifest detected, provide user with link to docs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: closure fixes. Created 3 years, 10 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 | « third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/reportView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/reportView.css b/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
index 4ee8696bbabf28c5626003ca3d03fac06ddef8bd..3b07cd3bedd0c8de63aecc7ed081198302033a99 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
@@ -14,6 +14,11 @@
overflow: auto;
}
+.report-content-box p {
+ white-space: initial;
+ line-height: 18px;
+}
+
.report-header {
border-bottom: 1px solid rgb(230, 230, 230);
padding: 12px 24px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698