| Index: chrome/browser/resources/print_preview/common/search_bubble.css
|
| diff --git a/chrome/browser/resources/print_preview/common/search_bubble.css b/chrome/browser/resources/print_preview/common/search_bubble.css
|
| index f2de7c15d4c7a58cb4b9f244dfab3e255165fb58..06288b9d1df586c3d4659505d35f0874c3dc264a 100644
|
| --- a/chrome/browser/resources/print_preview/common/search_bubble.css
|
| +++ b/chrome/browser/resources/print_preview/common/search_bubble.css
|
| @@ -18,8 +18,10 @@
|
| background: linear-gradient(rgba(255, 248, 172, 0.9),
|
| rgba(255, 243, 128, 0.9));
|
| border-radius: 2px;
|
| + overflow: hidden;
|
| padding: 4px 10px;
|
| text-align: center;
|
| + text-overflow: ellipsis;
|
| width: 100px;
|
| }
|
|
|
|
|