Large

Reddit Comment Boxes

By Tiby312 Last update Apr 30, 2010 — Installed 55,952 times.

Formatting broke

in
Subscribe to Formatting broke 4 posts, 3 voices



flatluigi Scriptwright
FirefoxWindows

Hey, for some reason the comment boxes are now forced into a really small column instead of being stretched to as wide as they can. How can this be fixed?

 
SpineEyE Scriptwright
FirefoxWindows

I also saw that. Here is a solution. Add the following code to the end of the string css:

+
"body > .content {"+
" padding-right:0px; !important;"+
"}";

or install: http://userscripts.org/scripts/show/72344

 
Tiby312 Script's Author
ChromeWindows

Thanks for fixing that! I didn't know how to.

 
SpineEyE Scriptwright
FirefoxWindows

No problem, thanks for mentioning me ;) But you should correct it so that no error occurs. The semicolon in the second line must be a "+"-sign.