Properly trim markdown viewer component
This commit is contained in:
parent
9310ef08f5
commit
e8f8d6ead9
|
@ -57,7 +57,10 @@
|
||||||
.markdown-viewer :global(.editor-preview-full) {
|
.markdown-viewer :global(.editor-preview-full) {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
/* Remove margin on the final component to fully trim the preview */
|
/* Remove margin on the first and last components to fully trim the preview */
|
||||||
|
.markdown-viewer :global(.editor-preview-full > :first-child) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
.markdown-viewer :global(.editor-preview-full > :last-child) {
|
.markdown-viewer :global(.editor-preview-full > :last-child) {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue