1
0
Fork 0
dotfiles/safari.css

14 lines
252 B
CSS

/*
* Force tab width of 4 spaces
*/
.tab-size[data-tab-size='2'],
.tab-size[data-tab-size='4'],
.tab-size[data-tab-size='8'],
.inline-review-comment,
.gist table.lines,
table.diff-table,
.markdown-body pre,
body > pre {
tab-size: 4 !important;
}