
.c-list-view{
    .tree-row{

        .seps {
            display: inline-block;
            width: auto;
            .sep{
                display: inline-block;
                width: 16px;
                height: 16px;
                text-align: center;
                .c-icon{
                    vertical-align: top;
                    width: 14px;
                    height: 14px;
                }
            }
        }

    }
}
