We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783d034 commit 3d83239Copy full SHA for 3d83239
src/components/Card.js
@@ -41,7 +41,7 @@ class Card extends Component {
41
render() {
42
const {id, cardStyle, editable, hideCardDeleteIcon, customCardLayout, dragStyle, onDelete, ...otherProps} = this.props
43
const style = customCardLayout ? {...cardStyle, padding: 0} : cardStyle
44
- const allClassNames = classNames('react-trello-board', this.props.className || '')
+ const allClassNames = classNames('react-trello-card', this.props.className || '')
45
return (
46
<MovableCardWrapper
47
className={allClassNames}
0 commit comments