XF 2.2 changing bbcode table widths

Martyn

Active member
Struggling here >.<

Code:
.bbTable
{
    width: 100%;
    overflow: auto;

    .m-tableBase();
}

upon removing width or making it auto, it still has the width of 100%?

Code:
element.style {
    width: 100%;
}
 
very true, sorry to ask, is it possible to make it collapsed as much as it can go? adding auto doesn't seem to force it >.<

so it can looks like this
1615516150537.png

rather than this
1615516162547.png
 
Top Bottom