Skip to content

Fix long text wrapping issue in diff dialog#209

Merged
tarekio merged 8 commits intomainfrom
BYNT-712-Long-strings-in-Full-history-are-hard-to-follow
Nov 19, 2025
Merged

Fix long text wrapping issue in diff dialog#209
tarekio merged 8 commits intomainfrom
BYNT-712-Long-strings-in-Full-history-are-hard-to-follow

Conversation

@apodacaduron
Copy link
Contributor

@apodacaduron apodacaduron commented Oct 15, 2025

Jira Issue

  1. BYNT-712

Description

Issue:

When the diff dialog contains very long lines of text, it becomes difficult to read because the lines do not wrap and extend beyond the visible area.

Solution:

Added a CSS class to the dialog content wrapper to enable text wrapping within the diff viewer. This ensures long lines are displayed properly within the dialog.

Checklist

  • Tests added/updated
  • Documentation updated (if needed)
  • New strings prepared for translations

API Changes (if applicable)

  • Permissions checked
  • Endpoint tests added

Additional Notes

[Any other relevant information]

@apodacaduron apodacaduron requested a review from tarekio October 15, 2025 17:04
@apodacaduron apodacaduron self-assigned this Oct 15, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 15, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch BYNT-712-Long-strings-in-Full-history-are-hard-to-follow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@tarekio tarekio left a comment

Choose a reason for hiding this comment

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

This kinda fixes the issue partially. However, it doesn't warp continuous text (e.g. a long link)

Image Image

@apodacaduron
Copy link
Contributor Author

@tarekio fixed

@apodacaduron apodacaduron requested a review from tarekio November 3, 2025 14:31
@tarekio tarekio requested a review from level09 November 18, 2025 16:23
Copy link
Collaborator

@level09 level09 left a comment

Choose a reason for hiding this comment

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

Fix is good

@tarekio tarekio merged commit 03b558d into main Nov 19, 2025
11 checks passed
@tarekio tarekio deleted the BYNT-712-Long-strings-in-Full-history-are-hard-to-follow branch November 19, 2025 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants