File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments