Skip to content

fix(2327): limit horizontal layout to 3 posts#2393

Open
ycanales wants to merge 1 commit intodevelopfrom
cy/2327-posts-from-layout
Open

fix(2327): limit horizontal layout to 3 posts#2393
ycanales wants to merge 1 commit intodevelopfrom
cy/2327-posts-from-layout

Conversation

@ycanales
Copy link
Copy Markdown
Collaborator

@ycanales ycanales commented May 4, 2026

Issue: #2327

Summary & Context

Fixes the layout issues by limiting the component to 3 posts when variant is horizontal.

Changes

  • At template level, limit posts to 3 when variant is horizontal.

‼️ Risks & Considerations ‼️

  • This is a failsafe at component level, but the actual query in the view should efficiently query the 3 to display.

Screenshots

Before

image

After

image

Self-review Checklist

  • Tag at least one team member from each team to review this PR
  • Link this PR to the related GitHub Project ticket

Frontend

  • UI implementation matches Figma design
  • Tested in light and dark mode
  • Responsive / mobile verified
  • Accessibility checked (keyboard navigation, etc.)
  • Ensure design tokens are used for colors, spacing, typography, etc. – No hardcoded values
  • Test without JavaScript (if applicable)
  • No console errors or warnings

Copy link
Copy Markdown
Collaborator

@herzog0 herzog0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working fine, thanks!

Copy link
Copy Markdown
Collaborator

@kattyode kattyode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Post Cards (Teal, Horizontal)- layout mismatch: incorrect card width, metadata wrapping

3 participants