sistabro: (Default)
sistabro ([personal profile] sistabro) wrote in [community profile] style_system2011-05-09 12:02 pm

Fixed: Bizarre Entry Text Wrapping.. Help?

EDIT: Apparently there was a p { width: 20px; } line that came with where ever I grabbed this from as my base to work from... yeah. Removing that fixed it and I can't believe I didn't see that. *face palm* Thank you all for taking a look.

So I am moderately clueless at all of this, but decided to try my hand at a a custom css style based on blanket. All was going well, things looked like I wanted, and then I saw a particular entry on my reading page that had completely insane text wrapping. Now if all the entries on my reading page had been doing this, I could probably figure I had issues with margins or paddings or what not, but it's only some of my reading list entries and I just, IDEK where to start to look for what's going on and why.

Help?


Screenshot showing the end of a normally wrapping entry and the start of a messed up one

My mostly done css code
zvi: self-portrait: short, fat, black dyke in bunny slippers (Default)

[personal profile] zvi 2011-05-09 05:25 pm (UTC)(link)
can you give the textbox a width of, like, 200 characters and a height of 40 characters, so I can read what's in it?
fulminata: (Default)

[personal profile] fulminata 2011-05-09 05:31 pm (UTC)(link)
I'm wondering if maybe there is a missing element/unclosed tag/etc being inherited on the next post. Do you have a link so I could see the issue live? That helps a lot.
sam_gardener: The catbus from My Neighbor Totoro. (Default)

[personal profile] sam_gardener 2011-05-09 05:43 pm (UTC)(link)

p {width: 20px;}

That p tag has a width of 20 px and so anything (such as the example from your reading page is forced into a minimal width. - At least that's how it looks to me in firebug.