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

Unified Diff: chrome/browser/resources/shared/css/bubble.css

Issue 10907148: Implement popup bubbles for the controlled setting indicator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment addressed. Created 8 years, 3 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: chrome/browser/resources/shared/css/bubble.css
diff --git a/chrome/browser/resources/shared/css/bubble.css b/chrome/browser/resources/shared/css/bubble.css
index f3de7356c2406a46cae8e140db557069a11bb840..1763dec467a5bc731f29f84142f7919a76268f62 100644
--- a/chrome/browser/resources/shared/css/bubble.css
+++ b/chrome/browser/resources/shared/css/bubble.css
@@ -5,6 +5,7 @@
.bubble {
position: absolute;
+ white-space: normal;
Evan Stade 2012/09/21 12:12:11 why is this necessary?
bartfab (slow) 2012/09/24 17:15:55 This is to ensure that the bubble has line breakin
/* Height is dynamic, width fixed. */
width: 300px;
z-index: 9999;

Powered by Google App Engine
This is Rietveld 408576698