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

Unified Diff: Source/devtools/front_end/networkPanel.css

Issue 300913002: DevTools: show HTTP headers of cached resources in network panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test Created 6 years, 7 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 | « Source/devtools/front_end/network/RequestHeadersView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/networkPanel.css
diff --git a/Source/devtools/front_end/networkPanel.css b/Source/devtools/front_end/networkPanel.css
index 3a4e36bbb63d479facca04b00e3f18857a5ad117..00fbdf1cea189eff1c96ac24fe67639b836eed64 100644
--- a/Source/devtools/front_end/networkPanel.css
+++ b/Source/devtools/front_end/networkPanel.css
@@ -166,7 +166,7 @@
.resource-headers-view .outline-disclosure .header-value {
display: inline;
- margin-right: 100px;
+ margin-right: 1em;
white-space: pre-wrap;
word-break: break-all;
margin-top: 1px;
« no previous file with comments | « Source/devtools/front_end/network/RequestHeadersView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698