CSS Snippet to remove padding in Preview View

Things I have tried

I’ve messed around with inspect element and tried these

.markdown-preview-view div.cm-scroller {
  padding-left: 0px;
}
.markdown-preview-view div.markdown-rendered.node-insert-event.is-readable-line-width.allow-fold-headings.show-indentation-guide.allow-fold-lists {
  padding-left: 0px;
}

What I’m trying to do

I’m looking for a snippet to remove this padding space in preview view

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.