Skip to content

Commit 3d83239

Browse files
ifoursrcdexta
authored andcommitted
Update Card.js
1 parent 783d034 commit 3d83239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Card extends Component {
4141
render() {
4242
const {id, cardStyle, editable, hideCardDeleteIcon, customCardLayout, dragStyle, onDelete, ...otherProps} = this.props
4343
const style = customCardLayout ? {...cardStyle, padding: 0} : cardStyle
44-
const allClassNames = classNames('react-trello-board', this.props.className || '')
44+
const allClassNames = classNames('react-trello-card', this.props.className || '')
4545
return (
4646
<MovableCardWrapper
4747
className={allClassNames}

0 commit comments

Comments
 (0)