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 74081ea commit 8262edcCopy full SHA for 8262edc
lib/algora_web/live/org/dashboard_live.ex
@@ -1181,7 +1181,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1181
1182
<div
1183
:if={@user.provider_meta}
1184
- 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"
1185
>
1186
<.link
1187
:if={@user.provider_login}
0 commit comments