Skip to content

Commit 80d3362

Browse files
authored
Reduce tab-size (#224)
Reduces the size of tabs in code blocks, currently looks like 8 spaces ([example](https://neo4j.com/labs/genai-ecosystem/spring-ai/))
1 parent fd2c9e5 commit 80d3362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/code.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
.code-walkthrough .doc .listingblock code {
363363
box-shadow: none;
364364
border: 0 none !important;
365+
tab-size: 2;
365366
}
366367

367368
.code-walkthrough .toc {

0 commit comments

Comments
 (0)