Skip to content

Commit

Permalink
After removing class in previous PR the min-width value disappeared, …
Browse files Browse the repository at this point in the history
…this is fixed now.
  • Loading branch information
ernstmul committed Nov 12, 2024
1 parent aaec989 commit ab7833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdoc/nodes/Th.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
style:width={width ? `${width}px` : undefined}
style:min-inline-size={width ? 'unset' : undefined}
role="columnheader"
class="py-[0.5625rem] px-3"
class="min-w-44 py-[0.5625rem] px-3"
{align}
>
<span class="text-sm leading-[1.375rem] text-[hsl(var(--web-color-primary))]">
Expand Down

0 comments on commit ab7833f

Please sign in to comment.