mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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:
parent
a8b5167f89
commit
dcce524376
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user