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

Unified Diff: tracing/tracing/ui/base/table.html

Issue 2133963002: Implement Composition.buildFromEvents() (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: . Created 4 years, 5 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: tracing/tracing/ui/base/table.html
diff --git a/tracing/tracing/ui/base/table.html b/tracing/tracing/ui/base/table.html
index 1292a3af75863626d5e9698cf3d89af23e864521..7ed0a946ca40659e0941c4c8fb4e2c6a54c5b3d7 100644
--- a/tracing/tracing/ui/base/table.html
+++ b/tracing/tracing/ui/base/table.html
@@ -78,7 +78,7 @@ tr.exportTo('tr.ui.b', function() {
tr > td {
padding: 2px 4px 2px 4px;
- vertical-align: text-top;
+ vertical-align: top;
}
tr:focus,

Powered by Google App Engine
This is Rietveld 408576698