bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
11.8k stars 1.51k forks source link

Fix post interaction selectable text being cut off #6527

Closed LegendEffects closed 2 days ago

LegendEffects commented 2 days ago

Fixes https://github.com/bluesky-social/social-app/issues/6438

This allows the text to expand the container when needed but keeps the minimum size for consistency. I've also removed a random empty list element.

Before: image

After: image