Skip to content

Commit a890a17

Browse files
committed
fix: text wrapping on dashboard sidebar footer
1 parent 5aa9e6f commit a890a17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,9 +1794,9 @@ defmodule AlgoraWeb.Org.DashboardLive do
17941794
/>
17951795
</div>
17961796
<% end %>
1797-
<div class="pt-12 pb-16 mt-auto -mr-12 grid grid-cols-1 lg:grid-cols-2 gap-y-4 gap-x-6 text-sm">
1798-
<div class="flex items-center gap-2">
1799-
<div class="flex -space-x-2">
1797+
<div class="pt-12 pb-16 mt-auto -mr-12 grid grid-cols-1 lg:grid-cols-2 gap-y-4 gap-x-6 text-sm whitespace-nowrap">
1798+
<div class="-ml-3 flex items-center gap-2">
1799+
<div class="flex -space-x-2 shrink-0">
18001800
<img
18011801
src="https://github.com/ioannisflo.png"
18021802
alt="Ioannis Florokapis"
@@ -1808,7 +1808,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
18081808
class="relative z-0 inline-block size-6 rounded-full ring-2 ring-background"
18091809
/>
18101810
</div>
1811-
<button phx-click="start_chat" class="hover:underline whitespace-nowrap">
1811+
<button phx-click="start_chat" class="hover:underline">
18121812
Chat with founders
18131813
</button>
18141814
</div>

0 commit comments

Comments
 (0)