Skip to content

Commit

Permalink
Reduce tab-size (#224)
Browse files Browse the repository at this point in the history
Reduces the size of tabs in code blocks, currently looks like 8 spaces
([example](https://neo4j.com/labs/genai-ecosystem/spring-ai/))
  • Loading branch information
adam-cowley committed May 8, 2024
1 parent fd2c9e5 commit 80d3362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
.code-walkthrough .doc .listingblock code {
box-shadow: none;
border: 0 none !important;
tab-size: 2;
}

.code-walkthrough .toc {
Expand Down

0 comments on commit 80d3362

Please sign in to comment.