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
Message bubbles have too much whitespace — both below and to the right of the text — caused by the timestamp layout. The timestamp is reserving space that pushes the bubble dimensions beyond what the text content alone would require.
Screenshot
Expected Behavior
The bubble should fit the text content tightly. The timestamp should be handled in a way that avoids inflating the bubble — e.g. overlaid, placed on a separate line only when needed, or positioned without forcing excess padding around the message text.
Summary
Message bubbles have too much whitespace — both below and to the right of the text — caused by the timestamp layout. The timestamp is reserving space that pushes the bubble dimensions beyond what the text content alone would require.
Screenshot
Expected Behavior
The bubble should fit the text content tightly. The timestamp should be handled in a way that avoids inflating the bubble — e.g. overlaid, placed on a separate line only when needed, or positioned without forcing excess padding around the message text.
Environment