Skip to content

Commit

Permalink
Fix matrix animation works incorrectly when tailwind is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed May 13, 2024
1 parent 2cb0996 commit 54547f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
.sd-table__cell {
border-top: calcSize(1) solid transparent;
border-bottom: calcSize(1) solid transparent;
border-left: none;
border-right: none;
background-clip: padding-box;
}

Expand Down

0 comments on commit 54547f6

Please sign in to comment.