IdP provider reported an error during the last sync: diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex index 18272b6ac..2dd750899 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex @@ -187,7 +187,7 @@ defmodule Web.Settings.IdentityProviders.JumpCloud.Show do not is_nil(@provider.sync_disabled_at) or (@provider.last_syncs_failed > 3 and not is_nil(@provider.last_sync_error)) } - class="p-3 mt-2 border-l-4 border-red-500 bg-red-100 rounded-md" + class="w-fit p-3 mt-2 border-l-4 border-red-500 bg-red-100 rounded-md" >
IdP provider reported an error during the last sync: diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex index 4fbc69452..e1c88ee31 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex @@ -177,7 +177,7 @@ defmodule Web.Settings.IdentityProviders.MicrosoftEntra.Show do not is_nil(@provider.sync_disabled_at) or (@provider.last_syncs_failed > 3 and not is_nil(@provider.last_sync_error)) } - class="p-3 mt-2 border-l-4 border-red-500 bg-red-100 rounded-md" + class="w-fit p-3 mt-2 border-l-4 border-red-500 bg-red-100 rounded-md" >
IdP provider reported an error during the last sync: diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex index 1b79d5156..d518e4a04 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex @@ -175,7 +175,7 @@ defmodule Web.Settings.IdentityProviders.Okta.Show do not is_nil(@provider.sync_disabled_at) or (@provider.last_syncs_failed > 3 and not is_nil(@provider.last_sync_error)) } - class="p-3 mt-2 border-l-4 border-red-500 bg-red-100 rounded-md" + class="w-fit p-3 mt-2 border-l-4 border-red-500 bg-red-100 rounded-md" >
IdP provider reported an error during the last sync:
diff --git a/elixir/apps/web/lib/web/live/sign_in/email.ex b/elixir/apps/web/lib/web/live/sign_in/email.ex
index c7282121e..e5a0c0b3b 100644
--- a/elixir/apps/web/lib/web/live/sign_in/email.ex
+++ b/elixir/apps/web/lib/web/live/sign_in/email.ex
@@ -53,7 +53,7 @@ defmodule Web.SignIn.Email do
~H"""