mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 02:07:51 +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;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin-top: 41px;
|
margin-top: 41px;
|
||||||
margin-bottom: 34px;
|
margin-bottom: 34px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user