Skip to content

Commit

Permalink
Reduce tab-size
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 authored Apr 18, 2024
1 parent 0e6b4c6 commit f2df922
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 f2df922

Please sign in to comment.