Chromium Code Reviews| 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; |