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

Unified Diff: dart/site/try/index.html

Issue 346263002: Wrap long diagnostic messages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/index.html
diff --git a/dart/site/try/index.html b/dart/site/try/index.html
index 6d6fecb075964d86f4c739f31ea187a2d784b427..969e2f1316ee8d0361f41e5ce849d24ad241315f 100644
--- a/dart/site/try/index.html
+++ b/dart/site/try/index.html
@@ -28,13 +28,14 @@ a:hover.diagnostic {
}
a.diagnostic>span {
display: none;
+ max-width: 70%;
}
a:hover.diagnostic>span {
display: block;
position: absolute;
/* left: 1em; */
/* top: 2em; */
- right: 19px;
+ right: 1%;
}
.offline {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698