Skip to content

Commit

Permalink
fix: ordered list not showing numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 committed May 23, 2022
1 parent caf0e0c commit b329573
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/src/components/ReactMdEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,18 @@ const Wrapper = styled.div`
.w-md-editor-content {
flex: 1 1 auto;
}
.w-md-editor-fullscreen {
z-index: 3;
}
.w-md-editor-text {
margin: 0;
}
.wmde-markdown {
display: none;
}
.w-md-editor-preview ol {
list-style: auto;
}
`;

const Editor = ({
Expand Down

0 comments on commit b329573

Please sign in to comment.