Skip to content

Commit

Permalink
Remove block class
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 8, 2020
1 parent b4757b8 commit b1d98ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StyleWrapper/StyleWrapperView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const StyleWrapperView = (props) => {

return Object.keys(inlineStyles).length > 0 || style || align || size ? (
<div
className={cx('block styled', style?.cssClass, { align }, align)}
className={cx('styled', style?.cssClass, { align }, align)}
style={inlineStyles}
>
{size ? (
Expand Down

0 comments on commit b1d98ff

Please sign in to comment.