diff --git a/frontend/pages/admin/IntegrationsPage/cards/IdentityProviders/components/IdentityProviderSection/_styles.scss b/frontend/pages/admin/IntegrationsPage/cards/IdentityProviders/components/IdentityProviderSection/_styles.scss index 0b86b851ec..069fe95135 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/IdentityProviders/components/IdentityProviderSection/_styles.scss +++ b/frontend/pages/admin/IntegrationsPage/cards/IdentityProviders/components/IdentityProviderSection/_styles.scss @@ -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; } }