Skip to content

Commit

Permalink
custom_profile_fields: Remove unused generic title CSS class.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Nov 20, 2024
1 parent 55ffa76 commit 6c981d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/settings/custom_user_profile_field.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="custom_user_field" name="{{ field.name }}" data-field-id="{{ field.id }}">
<span class="custom-user-field-label-wrapper {{#if field.required}}required-field-wrapper{{/if}}">
<label class="settings-field-label inline-block title" for="id_custom_profile_field_input_{{ field.id }}">{{ field.name }}</label>
<label class="settings-field-label inline-block" for="id_custom_profile_field_input_{{ field.id }}">{{ field.name }}</label>
<span class="required-symbol {{#unless is_empty_required_field}}hidden{{/unless}}"> *</span>
</span>
<div class="alert-notification custom-field-status"></div>
Expand Down

0 comments on commit 6c981d9

Please sign in to comment.