Skip to content

Commit

Permalink
improve table list style
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed Jun 21, 2023
1 parent 6fdadc2 commit 30e71c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/table.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
margin-top: 0 !important;
}

.table td > ul li {
margin: 0.5rem 0;
}

.table td > ul li:first-child {
margin-top: 0;
}

.table td > ul li:last-child {
margin-bottom: 0;
}

.table td:last-child {
padding-right: 0;
}
Expand Down

1 comment on commit 30e71c2

@vercel
Copy link

@vercel vercel bot commented on 30e71c2 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-hook-form-website – ./

react-hook-form.com
react-hook-form-website-hook-form.vercel.app
react-hook-form-website-git-master-hook-form.vercel.app

Please sign in to comment.