We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e49a3 commit 1ac55ceCopy full SHA for 1ac55ce
src/css/base.css
@@ -24,6 +24,7 @@ body {
24
font-family: var(--body-font-family);
25
line-height: var(--body-line-height);
26
margin: 0;
27
+ tab-size: 4;
28
word-wrap: anywhere; /* aka overflow-wrap; used when hyphens are disabled or aren't sufficient */
29
}
30
0 commit comments