Skip to content

Fix journal entries overflow in review pages#245

Open
anscg wants to merge 1 commit into
mainfrom
fix/journal-overflow
Open

Fix journal entries overflow in review pages#245
anscg wants to merge 1 commit into
mainfrom
fix/journal-overflow

Conversation

@anscg
Copy link
Copy Markdown
Collaborator

@anscg anscg commented Jun 6, 2026

Summary

  • Added overflow-y-auto and max-h-96 to journal entries container to handle content overflow
  • Added min-w-0 to child items for proper text truncation
  • Fixes issue where divide-y lines were not spanning full height with long entry content

Changes

  • app/frontend/pages/admin/reviews/build_reviews/show.tsx
  • app/frontend/pages/admin/reviews/design_reviews/show.tsx
  • app/frontend/pages/admin/reviews/requirements_checks/show.tsx

🤖 Generated with Claude Code

Add overflow-y-auto and max-h-96 to journal entries container to properly handle content that exceeds available space. Add min-w-0 to child items for proper text truncation. Fixes issue where divide-y lines were not spanning full height when entries had long content.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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.

1 participant