1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Koenig - Fixing Markdown card styling in edit mode

This commit is contained in:
Zimo 2018-04-20 17:20:15 +02:00
parent 5a29aae97e
commit b331cbfd97

View file

@ -311,7 +311,7 @@
line-height: 0;
}
.koenig-editor__editor div + div {
.koenig-editor__editor > div + div {
margin: 3.2rem 0 0;
}
@ -447,3 +447,13 @@
.koenig-card-markdown-rendered hr + p {
margin: 3.2rem 0 0;
}
.koenig-editor .gh-markdown-editor pre {
border: none;
background: none;
white-space: normal;
}
.koenig-editor .gh-markdown-editor a {
box-shadow: none;
}