makaut_buddy
makaut_buddy copied to clipboard
Feat: Fix Card Size Irrespective of Content
Description
Currently, the size of the cards in our application changes based on the length of the title and description. This leads to an inconsistent and unprofessional appearance. The goal of this issue is to ensure that all cards have a uniform size regardless of their content.
Objectives
- Ensure that all cards have a fixed, uniform size.
- Adjust the styling to handle overflow content appropriately.
- Maintain responsiveness and accessibility standards.
ScreenShot
Acceptance Criteria
- [ ] All cards have a consistent size.
- [ ] Overflow content is handled gracefully (e.g., ellipsis for text overflow).
- [ ] The design remains responsive across different devices and screen sizes.
- [ ] Accessibility standards are maintained.
Steps to Reproduce
- Navigate to the section of the application where cards are displayed.
- Observe the varying sizes of the cards based on their title and description content.
Expected Outcome
All cards should have a uniform size, providing a consistent and professional appearance, while still being responsive and accessible.