Hi, I don’t know if this will be possible, but asking it in case it is. If I have a hint + an action in the hint, is it possible to make it so that the button is below the hint text? Right now, when I have a large amount of text in the hint, the button and text both get squished like the image below. It looks even worse on mobile devices.
Instead, it would make it much easier if it was below the hint text and spanned the entire width, similar to the orientation of this button below (which I made by adding a separate button):
I was wondering if it’s possible to do this via CSS
So you mean the button should be inside the Hint component box?
Actually, you can use a rich text component with HTML and inline CSS instead of custom CSS, as this is much safer against potential changes.
Yes that’s what I meant. Since the hint component already has a button, instead of it being aligned to the right side, just wanted to move it to the bottom.