2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

View file

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