Skip to content

Commit

Permalink
fixed grid table layout gap
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrakuscek committed Feb 15, 2024
1 parent 1e0c854 commit 7e427f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const getCellClx = (
return clx
}

const gapClx = 'gap-0 md:gap-0 xl:gap-9'
const gapClx = 'gap-0 md:gap-0 xl:gap-0'

export default {
getCellClx,
Expand Down

0 comments on commit 7e427f7

Please sign in to comment.