[code] Changes The Forum Width ?

Seems as if someone posts

 BBCode and it is long.. then the width of the forum grows to the size of the code...

Can you help me fix this ?

#536157

Testing

#536158

Hmm, I can't seem to mimic this. Are you sure its the

 tag?

#536159

Test

http://sullslonglinktest.com/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

we'll see if this works

#536160

There we go. If the code is long then it will happen. View this on your iDevice!

+ the code it happened to was not that long... That was just a test!

Here is an example of another post by yourself http://www.aqua-soft.org/forum/topic/53825-opera-mini-for-iphone-and-ipod-touch/

#536161

I'll get a fix tonight

#536178

Thanks I really appreciate that.

#536179

Under ipb_styles.css

Find

.box pre

Replace with

	pre {
white-space: normal;
word-break: break-all;
}

#536180

Thanks. I am going to apply this when I get home!

EDIT:

Thanks! Fixed!

#536181