fix(event-details): Apply minmax to tags table values (#67688)
By default grid items will have auto min-width which defers to the
content. By setting it to `minmax(0, 1fr)` we avoid grid items
overflowing by assigning a min-width that does not depend on the
content.
Fixes #67583