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

Unified Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2630423003: Improve display of long isolate names on summary page (Closed)
Patch Set: Created 3 years, 11 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 | runtime/observatory/lib/src/elements/isolate/summary.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/css/shared.css
diff --git a/runtime/observatory/lib/src/elements/css/shared.css b/runtime/observatory/lib/src/elements/css/shared.css
index 4e6e480c3d0e64494b982ab81a9b915c868e3b05..556d9977b380b6dc125b1d7d725b2b4f011b83c5 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -1435,6 +1435,17 @@ isolate-run-state > span {
isolate-shared-summary {
display: block;
}
+
+.isolate-ref-container {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+.isolate-state-container {
+ display: inline-block;
+ min-width: 18ex;
+}
+
isolate-shared-summary > .summary {
height: 300px;
position: relative;
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/isolate/summary.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698