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

Unified Diff: chrome/browser/resources/uber/uber_frame.css

Issue 75963006: Use proportional line height for menu items to prevent clipping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: em equivalent of 17px. Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_frame.css
diff --git a/chrome/browser/resources/uber/uber_frame.css b/chrome/browser/resources/uber/uber_frame.css
index 919fd706937757b799aaaed885ffe30c30bd99bd..99fee8adbd0c7da390f081fa8ff0af27d98285f2 100644
--- a/chrome/browser/resources/uber/uber_frame.css
+++ b/chrome/browser/resources/uber/uber_frame.css
@@ -51,7 +51,7 @@ button {
color: #999;
cursor: pointer;
font: inherit;
- line-height: 17px;
+ line-height: 1.417em; /* 17px based on default 12px font size. */
margin: 6px 0;
padding: 0;
}
« 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