https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41151 --- Comment #69 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 204763 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204763&action=edit Bug 41151: (follow-up) Remove empty label from AdditionalFieldsDisplay header Comment #50 on the bug flagged that the empty <label></label> inside the "Additional fields" header <li> (as opposed to the one already removed from AdditionalFieldsEntry.vue) had no visible effect when removed, and asked why it was still there. Removed it, along with the now-unused CSS rule that sized it for alignment. Confirmed via screenshot that the header still lines up correctly with the section above and below it. Test plan: 1. yarn js:build 2. View any detail page rendering additional fields (e.g. Acquisitions vendor, ERM agreement) with at least one additional field value set. 3. Confirm the "Additional fields" heading is left-aligned with no phantom indent, matching the pre-patch layout. -- You are receiving this mail because: You are watching all bug changes.