Skip to content

Commit

Permalink
column padding increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonath-z committed Jun 24, 2022
1 parent 7f9aad5 commit e694f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/modules/Category/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const Category = () => {
<div className="mr-5">
<table className="border border-gray-300 w-full">
<tr>
<th className="border px-10">No</th>
<th className="border px-10">Song Category</th>
<th className="border px-10">Category Description</th>
<th className="border px-10">Action</th>
<th className="border px-10 py-3">No</th>
<th className="border px-10 py-3">Song Category</th>
<th className="border px-10 py-3">Category Description</th>
<th className="border px-10 py-3">Action</th>
</tr>
{Array.from({ length: 10 }).map((_, index) => {
return (
Expand Down

0 comments on commit e694f03

Please sign in to comment.