Skip to content

Commit

Permalink
undo last change
Browse files Browse the repository at this point in the history
  • Loading branch information
petertgiles committed Oct 3, 2024
1 parent 19e0cbd commit cdaf689
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/components/TaskCard/TaskCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ interface ItemProps {
const Item = ({ children }: ItemProps) => {
return (
<div
// less bottom padding on last child
data-h2-padding-bottom="base:selectors[:last-child](x0.25)"
data-h2-padding="base(x1) p-tablet(x1 x1.5)"
data-h2-border-bottom="base:selectors[:not(:last-child)](1px solid gray.lighter)"
>
Expand Down

0 comments on commit cdaf689

Please sign in to comment.