Commit d05892b4 authored by Anastasiia N's avatar Anastasiia N Committed by Commit Bot

Update width of management status label in Account Manager

Update width of management status label in settings, so it can fit
the default "Primary account" text.

Screenshots: http://screen/3QzuPjQMPCUpr8e,
http://screen/9FRoEbupQUdSZ8e, http://screen/9vrUQp9LczfghoW

Bug: 1099332
Change-Id: I22a92c993bc7ed960da0cf85b8455559794cb450
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442016
Commit-Queue: Anastasiia N <anastasiian@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814155}
parent c6c7faf8
...@@ -114,12 +114,10 @@ ...@@ -114,12 +114,10 @@
.management-status { .management-status {
color: var(--cr-secondary-text-color); color: var(--cr-secondary-text-color);
max-width: 18ch;
min-width: 90px;
overflow: hidden; overflow: hidden;
text-align: end; text-align: end;
text-overflow: ellipsis; text-overflow: ellipsis;
width: min-content; width: 18ch;
} }
.edu-account-label { .edu-account-label {
......
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