Index: Source/devtools/front_end/layersPanel.css |
diff --git a/Source/devtools/front_end/layersPanel.css b/Source/devtools/front_end/layersPanel.css |
index e0adca3e752fbeb070868307e7c3928cf40593ec..b1709e19fdf80a15dbe80964861142fa4efe63b3 100644 |
--- a/Source/devtools/front_end/layersPanel.css |
+++ b/Source/devtools/front_end/layersPanel.css |
@@ -110,3 +110,16 @@ |
.paint-profiler-canvas-container .overview-grid-window-resizer { |
z-index: 2000; |
} |
+ |
+.paint-profiler-view canvas { |
eustas
2014/08/21 12:52:03
This class is never set.
Would you mind to remove
|
+ height: 100%; |
+ width: 100%; |
+} |
+ |
+.profiler-log-view .console-formatted-string { |
+ white-space: nowrap; |
+} |
+ |
+.profiler-log-view.section .properties { |
+ display: block; |
+} |