Is there a way to prevent a Dropdown Button component from being clipped in small containers? See screenshot example. I'm trying to create a contextual menu using a β’β’β’ button, which is a pretty common UI element these days, but the dropdown menu gets clipped to the size of the container it's in, making it useless here. Is there a better way to do this? Or is this a bug with the component?
I'm trying to get the drop down action text to widen to fit the names/text of all the actions included. But I don't want to widen the button itself as this prevents placing other UI components next to it.
I can appreciate how it is more practical for you to have the drop down action text fit the width of the visible button (in terms of html flex-box etc).
Bad: How it looks currently (one unit width and cropped text)
Hi @stewart.anstey! Have you tried the "Min list width" control for this? It allows you to control the width of the dropdown menu without affecting the button width, which I think will accomplish what you're looking for