fix: tabsize not being respected
This commit is contained in:
parent
74993d19b7
commit
b7a619bbd7
2 changed files with 5 additions and 2 deletions
|
@ -56,3 +56,7 @@
|
|||
border-radius: 3px !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
pre.chroma {
|
||||
-moz-tab-size:4;-o-tab-size:4;tab-size:4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue