fix: tabsize not being respected
This commit is contained in:
@ -56,3 +56,7 @@
|
||||
border-radius: 3px !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
pre.chroma {
|
||||
-moz-tab-size:4;-o-tab-size:4;tab-size:4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user