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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.html

Issue 2885673002: MD Settings: Search engines, improve spacing for long keywords. (Closed)
Patch Set: Fix again. Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
index 95b7eb5b4f455d75b9fc0986c15f47c998cdbc8e..d0dd778a360b786e9b9d2df612ea3dbfc4a268e7 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
@@ -30,6 +30,7 @@
word-break: break-word;
}
+ #keyword-column > div,
.favicon-image + div {
-webkit-margin-end: 8px;
}
@@ -54,7 +55,7 @@
style="background-image: [[getIconSet_(engine.iconURL)]]"></div>
<div>[[engine.displayName]]</div>
</div>
- <div id="keyword-column">[[engine.keyword]]</div>
+ <div id="keyword-column"><div>[[engine.keyword]]</div></div>
dpapad 2017/05/16 01:38:59 Need to wrap with an extra div, such that the marg
<div id="url-column" class="text-elide">[[engine.url]]</div>
<paper-icon-button icon="cr:more-vert" on-tap="onDotsTap_"
title="$i18n{moreActions}" focus-row-control
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698