Skip to content
Snippets Groups Projects
Commit 150f024e authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Set tab size to 4 for all spans

fixes #133
parent d852cf8e
No related branches found
No related tags found
1 merge request!130Resolve "Set tab size to 4 in Code views"
Pipeline #88430 passed
...@@ -30,4 +30,7 @@ export default { ...@@ -30,4 +30,7 @@ export default {
a { a {
text-decoration: none; text-decoration: none;
} }
span {
tab-size: 4;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment