Skip to content

Commit

Permalink
fix: removed unused margin class
Browse files Browse the repository at this point in the history
  • Loading branch information
adarleyjrr committed Mar 11, 2021
1 parent e5d41ef commit 93a9131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/WYSIWYGInput/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,18 @@
}

.pui-wysiwyg-left {
@apply pui-wysiwyg-base text-left my-4;
@apply pui-wysiwyg-base text-left;
}

.pui-wysiwyg-center {
@apply pui-wysiwyg-base text-center my-4;
@apply pui-wysiwyg-base text-center;
}

.pui-wysiwyg-right {
@apply pui-wysiwyg-base text-right my-4;
@apply pui-wysiwyg-base text-right;
}

.pui-wysiwyg-justify {
@apply pui-wysiwyg-base text-justify my-4;
@apply pui-wysiwyg-base text-justify;
}
}

0 comments on commit 93a9131

Please sign in to comment.