From b3295739ec4a09ef0eaeb951b67671688849da9e Mon Sep 17 00:00:00 2001 From: Saikat Mitra Date: Mon, 23 May 2022 13:52:22 +0530 Subject: [PATCH] fix: ordered list not showing numbers --- admin/src/components/ReactMdEditor/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/src/components/ReactMdEditor/index.js b/admin/src/components/ReactMdEditor/index.js index dd2180d..b140f70 100644 --- a/admin/src/components/ReactMdEditor/index.js +++ b/admin/src/components/ReactMdEditor/index.js @@ -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 = ({