Skip to content

Commit

Permalink
Separator padding removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Apr 22, 2024
1 parent 61b6866 commit 479e988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/html-editor/commands/Separator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const separatorCss = styled.css `
margin-top: 4px;
height: 20px;
width: 2px;
padding: 0;
`.installLocal();

export default function Separator() {
Expand Down

0 comments on commit 479e988

Please sign in to comment.