Fix wrapping "Learn more" on Integrations > Idp on smaller screens (#42766)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #42765


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Style
* Enhanced the responsive design of the Identity Provider section by
updating the "learn more" link to dynamically size based on its content
rather than maintaining a fixed width constraint, improving flexibility
and visual consistency across different contexts.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
melpike 2026-04-20 09:18:48 -06:00 committed by GitHub
parent 101858e40e
commit 7fd3039349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,6 @@
&__learn-more-link {
// used to keep the "Learn more" text content on a single line.
min-width: 88px;
min-width: max-content;
}
}