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"> 

enter image description here


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -