First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
As the title described, I want to push the bullet list text to the left, not the bullet itself (I want the bullet to stay where they are) but the text.
Things I have tried
I have tried this code:
.markdown-source-view.mod-cm6 .cm-content li {
padding-left: 5px;
} */
It works, but this just move the bullet list text contain inside callout. I want to target specifically the bullet list text outside of callout (and the ones in callout to remain as it is).