Skip to content

Commit

Permalink
Remove static top margin from tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Aug 15, 2024
1 parent 6366d19 commit 7c42ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flick_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ defmodule FlickWeb.CoreComponents do

~H"""
<div class="overflow-y-auto px-4 sm:overflow-visible sm:px-0">
<table class="w-[40rem] mt-11 sm:w-full">
<table class="w-[40rem] sm:w-full">
<thead class="text-sm text-left leading-6 text-zinc-500">
<tr>
<th :for={col <- @col} class="p-0 pb-4 pr-6 font-normal"><%= col[:label] %></th>
Expand Down

0 comments on commit 7c42ef2

Please sign in to comment.