[RSS Feed/News] changing bbcode table widths

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Struggling here >.<

Code:

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

    .m-tableBase();
}

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

Code:

Code:
element.style {
    width: 100%;
}

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom