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

Unified Diff: chrome/browser/resources/translate_internals/translate_internals.css

Issue 2396963002: Fix button spacing for overriding variations country. (Closed)
Patch Set: Created 4 years, 2 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/translate_internals/translate_internals.css
diff --git a/chrome/browser/resources/translate_internals/translate_internals.css b/chrome/browser/resources/translate_internals/translate_internals.css
index 11626b4e851fd01362153d9d2b9640c16c25f0b1..8b089c7057266953d8bc0587f049b11ffd890d84 100644
--- a/chrome/browser/resources/translate_internals/translate_internals.css
+++ b/chrome/browser/resources/translate_internals/translate_internals.css
@@ -138,3 +138,7 @@ td.detection-logs-content div {
.prefs-setting-disabled {
display: none;
}
+
+#country-override br {
dpapad 2016/10/10 17:30:52 This is a very indirect way to add spacing between
hamelphi 2016/10/11 15:54:42 Done.
+ line-height: 180%;
+}

Powered by Google App Engine
This is Rietveld 408576698