mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Merge pull request #4644 from olach/tab-size
Display tabs with smaller widths for code blocks
This commit is contained in:
commit
77045eb1f1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue