Skip to content

Commit 27df704

Browse files
committed
fix: spacing in org dashboard sidebar
1 parent 7eb7516 commit 27df704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
16301630
/>
16311631
</div>
16321632
<% end %>
1633-
<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">
1633+
<div class="pb-16 mt-auto -mr-12 grid grid-cols-1 lg:grid-cols-2 gap-y-4 gap-x-6 text-sm whitespace-nowrap">
16341634
<div class="-ml-3 flex items-center gap-2">
16351635
<div class="flex -space-x-2 shrink-0">
16361636
<img

0 commit comments

Comments
 (0)