mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Completed Ordered List Function
added Ordered List Function to Editor and Dynamic Canva.
This commit is contained in:
parent
0bd6c06987
commit
88d7d516e3
4 changed files with 21 additions and 3 deletions
|
|
@ -409,6 +409,14 @@ export const EditorContentWrapper = styled.div`
|
|||
display: block;
|
||||
outline: 0px solid transparent;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding: 0 1rem;
|
||||
padding-left: 10px;
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
|
||||
`;
|
||||
|
||||
export default Editor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue