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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2502413003: MD WebUI: Fix minor rendering problems in <cr-toolbar> (Closed)
Patch Set: Nowrap label text Created 4 years, 1 month 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 | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 93b03d55c6fe317f6a576a7ef823fc0cda8d417b..da4b183f33e22c7ef73fcecd1fd966cee44ba2eb 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -2981,7 +2981,8 @@ paper-spinner-lite[active] {
}
#searchTerm {
- -webkit-margin-start: 2px;
+ -webkit-font-smoothing: antialiased;
+ -webkit-margin-start: 2px;
flex: 1;
line-height: 185%;
position: relative;
@@ -2991,9 +2992,11 @@ label {
bottom: 0;
cursor: text;
left: 0;
+ overflow: hidden;
position: absolute;
right: 0;
top: 0;
+ white-space: nowrap;
}
:host([has-search-text_]) label {
@@ -3005,9 +3008,10 @@ input {
background: transparent;
border: none;
color: white;
- font-family: inherit;
+ font: inherit;
outline: none;
padding: 0;
+ position: relative;
width: 100%;
}
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698