html - How can I restrict element width, using Bootstrap? -
ok, i'm having issue can't head around...
my website built around twitter bootstrap , i'm showing data in nested accordion structure.
however, on cases (such 1 : http://patternz.drkameleon.com/project/results/441298/3/extended - please have @ 'results' tab, needs username: 'peraspera' , password: 'adastra' access it), the content seems overflow.
if want see actual code (and not looks like, since 1 fetched via ajax, content here : http://patternz.drkameleon.com/project/format/441298/3/extended).
the weird thing in various other cases content restricted inside main page...
any ideas might going wrong or done in order fixes?
anything more welcome - i've been banging head against wall several hours due thing... :s
add width:900px
tab-pane
class
<div class="tab-pane active" id="patterns" style="width:900px">
Comments
Post a Comment