settings: Increase width of url field in edit custom field form.

This commit increases the width of url field, displayed for
custom external account type fields, in edit profile field
form. The width of the input is increased as urls are generally
long enough and did not fit in the width set previously in most
cases. We increase the width to match the width in add custom
profile field form.
This commit is contained in:
Sahil Batra 2023-03-27 16:25:00 +05:30 committed by Tim Abbott
parent a8b5167f89
commit dcce524376

View File

@ -910,7 +910,8 @@ input[type="checkbox"] {
}
}
.admin-profile-field-form #custom_external_account_url_pattern input {
.admin-profile-field-form #custom_external_account_url_pattern input,
#edit-custom-profile-field-form-modal .custom_external_account_detail input {
width: 70%;
}