https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41835

--- Comment #2 from Emmi Takkinen <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to