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

Unified Diff: chrome/browser/resources/chromeos/login/user_pod_row.css

Issue 16109002: Fix label in arrow menu for managed user (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 | chrome/browser/resources/chromeos/login/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/user_pod_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index 313764e4da9d985e73ad09210e865c8c32369e99..e8d2e656672fa48a0e09c222c2ebc7155a4d3207 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -274,16 +274,17 @@ html[dir=rtl] .action-box-area {
-webkit-box-pack: center;
color: #b4b4b4;
display: -webkit-box;
- min-height: 46px;
padding: 7px 20px;
}
.action-box-menu-title-name {
display: -webkit-box;
+ min-height: 23px;
}
.action-box-menu-title-email {
display: block;
+ min-height: 23px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698