-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Bug Description
When a card is resized to a very small height, it breaks the card layout and emojis become invisible/not displayed. The card allows users to resize to dimensions that are too small to properly render the content.
Steps to Reproduce
- Go to a Pawboard session
- Create or select a card with emoji content
- Resize the card to a very small height (as small as the UI allows)
- Observe the card breaks and emojis are no longer visible
Expected Behavior
Cards should have a minimum height constraint that prevents them from being resized to dimensions that would break the layout or hide content. Emojis and text should always remain visible regardless of how small the user tries to make the card.
Actual Behavior
Cards can be resized to extremely small heights, causing:
- Visual layout breakage
- Emojis becoming invisible/hidden
- Poor user experience with unreadable cards
Affected Area
Cards (creating, editing, deleting)
Browser
Not specified (likely all browsers)
Device Type
Not specified (likely Desktop)
Operating System
Not specified
Collaboration Context
Unknown
Console Errors
Not provided
Screenshots or Screen Recording
Not provided
Additional Context
This issue is related to a feature request for setting better default minimum card sizes. Implementing a minimum height constraint would resolve this bug.