
The removal of shrink-0 combined with the flex-1 container on the left (line 27) will cause this metadata block to be squeezed to its minimum width whenever the name or role text is long. While this forces the wrapping you intended, it can lead to an awkward vertical stack of single words if the available space is very tight. Consider adding a min-w-[...] or max-w-[...] to maintain a more balanced layout between the name and the location metadata.
Originally posted by @gemini-code-assist[bot] in #466 (comment)
The removal of
shrink-0combined with theflex-1container on the left (line 27) will cause this metadata block to be squeezed to its minimum width whenever the name or role text is long. While this forces the wrapping you intended, it can lead to an awkward vertical stack of single words if the available space is very tight. Consider adding amin-w-[...]ormax-w-[...]to maintain a more balanced layout between the name and the location metadata.Originally posted by @gemini-code-assist[bot] in #466 (comment)