mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00:00
Merge pull request #12025 from iicdii/fix/italic-style-is-ignored
Fix issue that italic style is ignored in preview mode on markdown editor
This commit is contained in:
commit
eb7aaf9c7d
@ -47,6 +47,10 @@ const Wrapper = styled.div`
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin-top: 41px;
|
||||
margin-bottom: 34px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user