2013-08-29, 02:33:54
aha textareas have a tabspace of 8 chars ( dumb )
some browsers you can modify
use admincss plugin and add this or something similar.
will be added to 3.2.4 for sure.
some browsers you can modify
use admincss plugin and add this or something similar.
Code:
textarea, pre {
-moz-tab-size:4;
-o-tab-size:4;
tab-size:4;
}
will be added to 3.2.4 for sure.