Skip to content

Commit

Permalink
FIO-8808: Bootstrap 5 class scan
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinanciani committed Oct 15, 2024
1 parent 8fe48d1 commit 7362448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/bootstrap5/address/form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
{% if (!ctx.component.disableClearIcon) { %}
<i
class="address-autocomplete-remove-value-icon fa fa-times"
class="address-autocomplete-remove-value-icon fa fa-times bi bi-x"
tabindex="{{ ctx.inputAttributes.tabindex }}"
ref="{{ ctx.ref.removeValueIcon }}"
></i>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/bootstrap5/builderEditForm/form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<button class="btn btn-success" style="margin-right: 10px;" ref="saveButton">{{ctx.t('Save')}}</button>
<button class="btn btn-secondary" style="margin-right: 10px;" ref="cancelButton">{{ctx.t('Cancel')}}</button>
<button class="btn btn-danger" ref="removeButton">{{ctx.t('Remove')}}</button>
<button class="btn btn-primary float-right" ref="previewButton">{{ctx.t('Hide preview')}}</button>
<button class="btn btn-primary float-end" ref="previewButton">{{ctx.t('Hide preview')}}</button>
</div>
</div>
{% } %}
Expand Down

0 comments on commit 7362448

Please sign in to comment.