Display tabs with smaller widths for code blocks
The default browser behavior is a tab width of 8 characters. This changes the width to 4 characters.
This commit is contained in:
parent
b60bc47a4c
commit
82fab2343f
|
@ -85,6 +85,7 @@ fieldset {
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
tab-size: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO figure out a clean place to put stuff like this
|
// TODO figure out a clean place to put stuff like this
|
||||||
|
|
Loading…
Reference in New Issue