We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4814b60 commit 3d2f075Copy full SHA for 3d2f075
lib/algora_web/live/org/dashboard_live.ex
@@ -1243,7 +1243,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1243
1244
<div
1245
:if={@user.provider_meta}
1246
- class="pt-0.5 flex items-center gap-x-3 gap-y-1 text-xs text-muted-foreground sm:text-sm"
+ class="pt-0.5 flex items-center gap-x-3 gap-y-1 text-xs text-muted-foreground sm:text-sm max-w-[250px] 2xl:max-w-none truncate"
1247
>
1248
<.link
1249
:if={@user.provider_login}
0 commit comments