settings: Increase width of person picker in profile settings.

This commit increases width of person picker element in profile
settings to match the width of other inputs.
This commit is contained in:
Sahil Batra 2023-03-31 12:48:13 +05:30 committed by Tim Abbott
parent 16f8a83c32
commit 9612125481
1 changed files with 8 additions and 4 deletions

View File

@ -614,6 +614,10 @@ input[type="checkbox"] {
margin-left: 5px;
border: none;
}
.person_picker {
min-width: 311px;
}
}
.control-label-disabled {
@ -1446,10 +1450,6 @@ $option_title_width: 180px;
.datepicker {
cursor: default;
}
.person_picker {
min-width: 206px;
}
}
#show_my_user_profile_modal {
@ -1470,6 +1470,10 @@ $option_title_width: 180px;
}
}
#edit-user-form .person_picker {
min-width: 206px;
}
.dropdown-list-widget {
& button.dropdown-toggle {
text-align: left;