We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc52eb5 commit bc94b43Copy full SHA for bc94b43
lib/algora_web/live/home_live.ex
@@ -310,7 +310,7 @@ defmodule AlgoraWeb.HomeLive do
310
/>
311
<div class="font-display mt-1 rounded-xl rounded-t-none bg-card/50 p-3 text-sm ring-1 ring-border backdrop-blur-sm">
312
<div class="font-semibold text-foreground">{@dev.name} {@dev.flag}</div>
313
- <div class="mt-0.5 text-xs font-medium text-foreground">{@dev.bio}</div>
+ <div class="mt-0.5 text-xs font-medium text-foreground line-clamp-2">{@dev.bio}</div>
314
<div class="hidden mt-1 text-sm">
315
<div class="-ml-1 flex h-6 flex-wrap gap-1 overflow-hidden p-px text-sm">
316
<%= for tech <- @dev.tech_stack do %>
0 commit comments