diff options
Diffstat (limited to '')
-rw-r--r-- | spring-front/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-front/src/index.css b/spring-front/src/index.css index 1577812..c35738f 100644 --- a/spring-front/src/index.css +++ b/spring-front/src/index.css @@ -9,6 +9,7 @@ pre,textarea,code { overflow-wrap: break-word; caret-color: green; white-space: pre-wrap; + tab-size: 2; } .editor { @@ -44,7 +45,6 @@ pre,textarea,code { font-size: 13pt; font-family: monospace; line-height: 15pt; - tab-size: 2; } #editor, #highlight { |