Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed Mar 1, 2024
1 parent ea59653 commit a52ee83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const View = (props) => {
slateSettings: {
...config.settings.slate,
toolbarButtons: config.settings.slate.toolbarButtons.filter(
(index) => index - config.settings.slate.toolbarButtons
(index) => index - config.settings.slate.toolbarButtons,
),
},
};
Expand Down
1 change: 1 addition & 0 deletions src/theme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ html {
}
}
}

&[lang='en'] {
.block.quote blockquote:not(.isEmpty) {
p {
Expand Down

0 comments on commit a52ee83

Please sign in to comment.