UX: Add prefixed property so Firefox also gets 4-space tabs in code

This commit is contained in:
Kris 2020-05-05 21:00:40 -04:00
parent 0a766b594e
commit 4e1c2fbd18
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ fieldset {
pre code {
overflow: auto;
-moz-tab-size: 4;
tab-size: 4;
}