fix(incoming-task): fix-incoming-task-overflow-issue#482
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…RRIDE_STYLE_ISSUE
mkesavan13
left a comment
There was a problem hiding this comment.
Let's run this through UX to know if we should word wrap or add ellipsis and a tooltip everywhere
|
|
||
| .customer-name::part(text), | ||
| .phone-number::part(text) { | ||
| white-space: normal !important; |
There was a problem hiding this comment.
Can we not have the !important tag instead increase the CSS Specificity?
mkesavan13
left a comment
There was a problem hiding this comment.
Looks good to me. Thanks, Akula :-)
adhmenon
left a comment
There was a problem hiding this comment.
Overall LGTM. Just one question about the custom stles
| color: var(--mds-color-theme-indicator-secure); | ||
| } | ||
| } | ||
| .call-control-task-tooltip::part(popover-content) { |
There was a problem hiding this comment.
Just curious - we are using custom styles here - UX is alright with the changes correct?
There was a problem hiding this comment.
Yes, we are overriding the Momentum default styles here to enable text wrapping for the tooltip. UX has reviewed and is okay with these custom style changes.
# [1.28.0-ccwidgets.84](v1.28.0-ccwidgets.83...v1.28.0-ccwidgets.84) (2025-07-03) ### Bug Fixes * **incoming-task:** fix-incoming-task-overflow-issue ([#482](#482)) ([af70bee](af70bee))
|
🎉 This PR is included in version 1.28.0-ccwidgets.84 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
COMPLETES #https://jira-eng-sjc12.cisco.com/jira/browse/CAI-6598
Vidcast link: https://app.vidcast.io/share/fd9dc8bf-91ac-4b30-8fc1-0e744ac552c3
This pull request addresses
This pull request addresses the issue of overflowing content in multiple widgets when handling long email addresses as the media type. Specifically:
1. Context of the Issue:
2. Fixes Provided:
by making the following changes
< DESCRIBE YOUR CHANGES >
Change Type
The following scenarios were tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging