The default is that the columns all take an equal slice of the available space with 8% reserved for the buttons at the right hand end of the row. So if you have four columns they each get 20% (5 columns including the buttons)

Here's my workaround for this using CSS.

Tags:
Joomla:

echo Text::_('FOO').' '.Text::_('BAR');  

Tags:
Joomla:

Annoyingly Joomla 5 is still using the ucm_content table for linking tags to items. This is a pain if you want to manipulate tags programatically as you have to get the ucmid before you can use the add an entry to the contentitem_tag_map table..

Here's a simple solution that uses the batch() command in AdminModel and works ok even if the item doesn't yet have ucm_content core_content_id . The batch function creates one for you.

Tags:
Joomla:
Tags: