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

Unified Diff: ui/webui/resources/css/text_defaults_md.css

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: ui/webui/resources/css/text_defaults_md.css
diff --git a/ui/webui/resources/css/text_defaults_md.css b/ui/webui/resources/css/text_defaults_md.css
index b378ba293f04af38ab659efe83284c1c9688a6c4..56892a04d09a5be76e625524ce07b8502d45537d 100644
--- a/ui/webui/resources/css/text_defaults_md.css
+++ b/ui/webui/resources/css/text_defaults_md.css
@@ -23,7 +23,7 @@ html {
body {
font-family: Roboto, $i18nRaw{fontFamily};
- font-size: 81.25%
+ font-size: 81.25%;
}
button {

Powered by Google App Engine
This is Rietveld 408576698