-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix overflow content in ImportConsole on My imports Page #1711
Fix overflow content in ImportConsole on My imports Page #1711
Conversation
This LGTM :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me!
Issue: AAH-396
1ff0ad2
to
10eef55
Compare
Backport to stable-4.2: 💚 backport PR created✅ Backport PR branch: Backported as #1771 🤖 @patchback |
Backport to stable-4.3: 💚 backport PR created✅ Backport PR branch: Backported as #1772 🤖 @patchback |
Backport to stable-4.4: 💚 backport PR created✅ Backport PR branch: Backported as #1773 🤖 @patchback |
Issue: AAH-396
This fixes content overflow in
ImportConsole
component when the text is too long inmessage-list
element or when the error pops up intitle-bar
element.before:

after:
