How to stop this text from going off the screen

tumblr

I'm having this presentation issue with Solstice theme. Could someone point me towards a solution, short of changing the theme?

alt text

Best Answer

You are using <pre> tags when you should be using <code> tags

Pre retains the format

Example

Pre

modules = ['meta-gnome-core', 'meta-gnome-apps-featured']  # This is what is built by the build slaves (http:build.gnome.org/)

Code
modules = ['meta-gnome-core', 'meta-gnome-apps-featured'] # This is what is built by the build slaves (http:build.gnome.org/)