Wrapping for Tag in Table

I have a table with a column that has a Tag format. An issue I'm running into is that the dropdown options are not wrapped. I know that Tags has a property called allowWrap, but don't know if I can access this property within the Table component. Is there any way to troubleshoot this?

Hello!

I've found this issue to be solvable by adjusting the CSS width of the dropdown, but I have just adjusted that width via trial and error against a mostly unchanging set of values:

You can get the div class name from the Element Inspector of your browser's Developer Tools:

Having the width scale dynamically with the length of inputs would be nice to have built-in (if it isn't already somehow).