HI @mjdavid007
I think you can achieve this via CSS, you need to create a custom clientlibs with category of 'granite.ui.coral.foundation.components'
.cq-tagadmin-admin-childpages ._coral-AssetList-item ._coral-AssetList-itemLabel {
text-overflow: unset;
overflow: auto;
white-space: break-s...