Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Text going over the border


fel64
Member

@fel64

Chrishajer, a neater version of your code is:

.post {
overflow: hidden;
}

I suspect although I haven’t tried it. :)

What I use is

.post {
overflow: auto;
}

which annoyingly is not the automatic setting … what it does is wrap text normally unless text/links are really long, in which case it displays a scroll bar at the bottom of the post. Works a treat for images, too. :) Also good for code which isn’t wrapped.

Skip to toolbar