Martyn Active member Mar 12, 2021 #1 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%; }
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%; }
P Paul B XenForo moderator Staff member Mar 12, 2021 #2 What are you trying to do? Adding this to the extra.less template works: Less: .bbTable { max-width: 50%; } Upvote 0 Downvote
What are you trying to do? Adding this to the extra.less template works: Less: .bbTable { max-width: 50%; }
Martyn Active member Mar 12, 2021 #3 Brogan said: What are you trying to do? Adding this to the extra.less template works: Less: .bbTable { max-width: 50%; } Click to expand... was altering core_bbcode.less Upvote 0 Downvote
Brogan said: What are you trying to do? Adding this to the extra.less template works: Less: .bbTable { max-width: 50%; } Click to expand... was altering core_bbcode.less
P Paul B XenForo moderator Staff member Mar 12, 2021 #4 Always use the extra.less template if you can, rather than editing the core templates. Upvote 0 Downvote
Martyn Active member Mar 12, 2021 #5 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 rather than this Upvote 0 Downvote
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 rather than this