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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui.html

Issue 2656563006: MD Settings: Fix several global UI polish bugs. (Closed)
Patch Set: use % instead of px to prevent english text orphan Created 3 years, 11 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/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 011015adb8258a0ea921790524805ed7214455a5..be8ebaebdff31bcbfe8b784106960ef64d0d9378 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -33,6 +33,7 @@
color: var(--paper-grey-800);
display: flex;
flex-direction: column;
+ line-height: 154%; /* Apply 20px line-height to all texts by default. */
overflow: hidden; /* Prevent double scroll bar bugs. */
}

Powered by Google App Engine
This is Rietveld 408576698