Skip to content

Commit

Permalink
remove bottom timeline inputs border
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Aug 21, 2024
1 parent 792e249 commit 316ebb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/timeline-event-inputs-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const TimelineEventInputsTable = ({
className,
inputs,
}: TimelineEventInputsTableProps) => (
<div className={twMerge('border-y border-alpha-1 py-2', className)}>
<div className={twMerge('border-t border-alpha-1 pt-2', className)}>
<table className="w-full table-fixed">
<tbody>
{Object.entries(
Expand Down

0 comments on commit 316ebb3

Please sign in to comment.