diff --git a/frontend/src/components/dataset/cd.dataset.vue b/frontend/src/components/dataset/cd.dataset.vue index 8444c02..f0f852f 100644 --- a/frontend/src/components/dataset/cd.dataset.vue +++ b/frontend/src/components/dataset/cd.dataset.vue @@ -1189,6 +1189,20 @@ export default toNative(CdDataset); overflow: auto; resize: vertical; } + + .markdown-body { + box-sizing: border-box; + min-width: 200px; + max-width: 980px; + padding: 45px; + font-family: inherit; + } + + @media (max-width: 767px) { + .markdown-body { + padding: 15px; + } + } } .page-content { @@ -1235,17 +1249,4 @@ export default toNative(CdDataset); :deep(#fileExplorer .v-sheet) { background-color: #f6f6f6 !important; } - -.markdown-body { - box-sizing: border-box; - min-width: 200px; - max-width: 980px; - padding: 45px; -} - -@media (max-width: 767px) { - .markdown-body { - padding: 15px; - } -}