You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the blue background from the following screen to have a width equal to the bubble. It comes from the <Message> component, but I have no idea how I can disable this. This is annoying because when I use the context menu on the bubble component, this background is visible because it is a different color than the actual bubble. Also, I cannot use the message action just to the right of the bubble because of this wide background.
Of course, there is a width prop but I do not want to hardcode this.
Issue Description
I want the blue background from the following screen to have a width equal to the bubble. It comes from the
<Message>
component, but I have no idea how I can disable this. This is annoying because when I use the context menu on the bubble component, this background is visible because it is a different color than the actual bubble. Also, I cannot use the message action just to the right of the bubble because of this wide background.Of course, there is a
width
prop but I do not want to hardcode this.Steps to Reproduce / Code Snippets
[FILL THIS OUT]
Because of that, when I want to display message actions next to each bubble, I got this result
Additional Information
The text was updated successfully, but these errors were encountered: