bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

Style change request

(4 posts)
  • Started 1 year ago by JeremyVisser
  • Latest reply from Trent

Tags:

  1. In the bbPress forums stylesheet (in the custom theme for bbPress.org, not the default theme), you have this:

    .post {
    	overflow: hidden;
    }

    Can I request that you change the value to auto, to make it heaps easier to read users' code postings (as they frequently overflow)?

    .post {
    	overflow: auto;
    }
    Posted 1 year ago #
  2. It seems to have been played around with in the past, the upshot being that code is overflow: auto. Good solution in my opinion, much more convenient for reading code, anyway.

    //a really reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeally long line of code

    some random text

    //a kinda short line of code
    Posted 1 year ago #
  3. Yes, but people frequently forget to use the code tags for the code in their posts, leading to why I would like the whole post to be overflow: auto.

    Posted 1 year ago #
  4. I will pass this along Jeremy to mdawaffe in the bbdevlist! I know what you mean about the overflow! The only thing that fel64 has a point on is that if the text doesn't show up, they are more likely to use the code tags.

    Trent

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.