mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
101858e40e
commit
7fd3039349
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue