Skip to content

Deploy - Fix build log horizontal overflow in deployment details dialog#301

Open
eshurakov wants to merge 1 commit intomainfrom
eshurakov/deploy-settings-screen
Open

Deploy - Fix build log horizontal overflow in deployment details dialog#301
eshurakov wants to merge 1 commit intomainfrom
eshurakov/deploy-settings-screen

Conversation

@eshurakov
Copy link
Contributor

Summary

  • Fix horizontal overflow in the Deployment Details dialog caused by long unbreakable strings (e.g. minified CSS, long URLs) in build logs
  • Add overflow-hidden to the build log wrapper and min-w-0 to the <pre> element to constrain it within the dialog
  • Switch from break-words to break-all to force-break long strings at any character boundary

@kiloconnect
Copy link
Contributor

kiloconnect bot commented Feb 17, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • src/components/deployments/BuildLogViewer.tsx - CSS overflow fixes: added overflow-hidden on outer container, switched to break-all + min-w-0 on <pre> for proper long-line wrapping in build logs

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