24 Feb
2026
24 Feb
'26
1:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41835 --- Comment #2 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- I found the solution for this. In item modification, which has same structure, div element where Tag editor buttons are nested has class "subfield_line". And parent of this div element has class "item_edit_form". In addbiblio.css there is a rule: .item_edit_form .subfield_line { align-items: flex-start; display: flex; flex-basis: 100%; align-items: center; } We need to add same rule to serials-edit.pl to get Tag editor buttons to be inline with other elements of the div. -- You are receiving this mail because: You are watching all bug changes.