Skip to content

how to change code block indent size? #5290

Answered by pmario
daxws asked this question in Q&A
Discussion options

You must be logged in to vote

As a workaround you can create a tiddler named: fix-tab-size-css
tagged: $:/tags/Stylesheet
with the following content.

pre > code {
-moz-tab-size: 4;
tab-size:4;
}
´´´

I'll create a PR soon

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@daxws
Comment options

Comment options

You must be logged in to vote
2 replies
@pmario
Comment options

@daxws
Comment options

Answer selected by daxws
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants