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

Unified Diff: chrome/browser/resources/options/supervised_user_import.css

Issue 911923002: Fix missing "..." in the supervised user import dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/options/supervised_user_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/supervised_user_import.css
diff --git a/chrome/browser/resources/options/supervised_user_import.css b/chrome/browser/resources/options/supervised_user_import.css
index 47e2acbf07639538f1c795e42e5099fba3854887..ba93dad51213c8d4973bd03930fd176e29a09341 100644
--- a/chrome/browser/resources/options/supervised_user_import.css
+++ b/chrome/browser/resources/options/supervised_user_import.css
@@ -19,8 +19,16 @@
margin-bottom: 10px;
}
+#supervised-user-list .list-item {
+ align-items: center;
+ display: flex;
+}
+
+#supervised-user-list .profile-img {
+ flex-shrink: 0;
+}
+
#supervised-user-list .profile-name {
- flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
« no previous file with comments | « no previous file | chrome/browser/resources/options/supervised_user_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698