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

Unified Diff: runtime/observatory/lib/src/elements/isolate_view.html

Issue 1159783004: Misc Observatory patches: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: runtime/observatory/lib/src/elements/isolate_view.html
diff --git a/runtime/observatory/lib/src/elements/isolate_view.html b/runtime/observatory/lib/src/elements/isolate_view.html
index cb44f71acd67d71001d00c95e6cd545205d5da9a..b9f5e8114f435d1e6703969098b44499fce28c55 100644
--- a/runtime/observatory/lib/src/elements/isolate_view.html
+++ b/runtime/observatory/lib/src/elements/isolate_view.html
@@ -53,10 +53,12 @@
<template if="{{ isolate.topFrame != null }}">
<br>
- <script-inset script="{{ isolate.topFrame['script'] }}"
- currentPos="{{ isolate.topFrame['tokenPos'] }}"
- height="200px">
- </script-inset>
+ <div class="content-centered-big">
+ <script-inset script="{{ isolate.topFrame['script'] }}"
+ currentPos="{{ isolate.topFrame['tokenPos'] }}"
+ height="200px">
+ </script-inset>
+ </div>
</template>
<div class="flex-row">
« no previous file with comments | « runtime/observatory/lib/src/elements/instance_view.html ('k') | runtime/observatory/lib/src/elements/library_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698