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

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

Issue 950873002: Fix layout problem 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 | no next file » | 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 ba93dad51213c8d4973bd03930fd176e29a09341..564c023ef3f11e2e3b5d8981793c2b952e7b0b42 100644
--- a/chrome/browser/resources/options/supervised_user_import.css
+++ b/chrome/browser/resources/options/supervised_user_import.css
@@ -34,6 +34,10 @@
white-space: nowrap;
}
+#supervised-user-list .already-on-this-device {
+ flex-shrink: 0;
+}
+
#supervised-user-list > * {
height: 40px;
}
« 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