After upgrade, available template names are merged togetherIssue After the upgrade, user would see all of the available template names are merged together on the Template Bar on the record form.Causetemplate_bar UI macro has a CSS issue that needs to be fixed.ResolutionThis would be a CSS styling issue. User has to modify line number 131 in the "template_bar " sys_ui_macro to the following to resolve the issue.<a style="white-space:pre-wrap" href="#" class="template-item" data-type="apply-template" data-ref="$[HTML,JS:jvar_template_sys_id]" data-application="$[HTML,JS:jvar_template_sys_scope]">$[HTML,JS:jvar_template_name]</a>