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

Unified Diff: chrome/browser/resources/print_preview/common/search_bubble.css

Issue 568973002: Print Preview Advanced settings tweaks: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/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;
}

Powered by Google App Engine
This is Rietveld 408576698