Skip to content

Commit

Permalink
fix kanban card radius
Browse files Browse the repository at this point in the history
  • Loading branch information
joduplessis committed Jun 25, 2024
1 parent 07635b7 commit dadbe23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.6.24.4",
"version": "24.6.25.0",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
6 changes: 6 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,3 +484,9 @@ body {
.footer_block > p {
padding-left: 2px;
}

/* temp fix */

.f-drag-ghost .f-kanban-card {
border-radius: var(--f-kanban-card-radius);
}

0 comments on commit dadbe23

Please sign in to comment.