Commit 6377bfd7 authored by treib's avatar treib Committed by Commit bot

Fix layout problem in the supervised user import dialog

Sorta-follow-up to https://codereview.chromium.org/911923002/

BUG=459121

Review URL: https://codereview.chromium.org/950873002

Cr-Commit-Position: refs/heads/master@{#317596}
parent 7b646593
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
white-space: nowrap; white-space: nowrap;
} }
#supervised-user-list .already-on-this-device {
flex-shrink: 0;
}
#supervised-user-list > * { #supervised-user-list > * {
height: 40px; height: 40px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment