fix: Prevent username text overflow in room invitation screen#6972
fix: Prevent username text overflow in room invitation screen#6972aleksandernsilva wants to merge 2 commits intodevelopfrom
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the
WalkthroughAdded flexShrink: 1 to the textContainer style in the Chip component, enabling the text container to shrink proportionally within flex layouts, addressing visual overflow issues where text would expand beyond intended boundaries. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Proposed changes
This PR fixes an issue causing text overflow when displaying full matrix user ID's in the invitation screen. The
Chipcomponent styles were adjusted to properly shrink the text in case the content in bigger than the screen max width.Before

After

Issue(s)
FEDCORE-4
How to test or reproduce
Screenshots
Types of changes
Added flex shrink of 1 to Chip's text container styles.
Bugfix (non-breaking change which fixes an issue)
Improvement (non-breaking change which improves a current function)
New feature (non-breaking change which adds functionality)
Documentation update (if none of the other choices apply)
Checklist
Further comments
Summary by CodeRabbit
Release Notes