mirror of https://github.com/zulip/zulip.git
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:
parent
16f8a83c32
commit
9612125481
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue