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 2378fbd commit 90495f0Copy full SHA for 90495f0
lib/algora_web/live/org/dashboard_live.ex
@@ -1174,7 +1174,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1174
1175
<div
1176
:if={@user.provider_meta}
1177
- 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"
1178
>
1179
<.link
1180
:if={@user.provider_login}
0 commit comments