Skip to content

Commit

Permalink
fix(react): fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Oct 4, 2021
1 parent 212ab99 commit 19df7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/widgets/DroppableWidget/styles.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.dn-droppable-placeholder {
min-height: 60px;
height: 60px;
background-color: var(--dn-droppable-bg-color);
border: 1px dashed var(--dn-droppable-border-color);
display: flex;
Expand Down

0 comments on commit 19df7b2

Please sign in to comment.