Bug Template editor spacing when using asset call won't align properly with shift-tab

There is a bug in this version
R

Russ

Guest
This has bugged me for a bit (maybe I'm doing something wrong).

But when using the template editor with the asset folder, you can't properly space things using shift-tab. You can test using this CSS:

Code:

Code:
.section
{
color: pink;
    &.section-feature
    {
    background: url(styles/default/xenforo/ellipse.png) no-repeat right center;
    color: yellow;
    .section-description    
        {
    font-size: @xf-fontSizeSmallest;
    }
    }
}



.section
{
color: pink;
    &.section-feature...

Read more

Continue reading...