When I use a tagify in default mode, an extra line is added when input width when adding input but although the input width is enough, an extra line (space at the bottom of the tagify input box) is created…
I have seen this in our projects as well, and I don’t think there is any way to avoid it. Maybe check Tagify library… someone might have some workaround there.
Testing on Default mode and clicking on values from the dropdown menu it seems to work nice…
EDIT: After those changes on .tagify__input css I just have to give the input a py-2 in order to look nice (form-control) if the tagify is empty (no tags selected)