Skip to:
Content

bbPress.org

Ticket #3451: 3451.diff

File 3451.diff, 488 bytes (added by aezazshekh, 3 years ago)

added patch

  • wordpress.org/public_html/style/trac/wp-trac.css

    diff --git a/wordpress.org/public_html/style/trac/wp-trac.css b/wordpress.org/public_html/style/trac/wp-trac.css
    index 8102ffebe..fd6a53ad0 100644
    a b a.mention.me { 
    24112411                word-wrap: normal;
    24122412        }
    24132413}
     2414@media (max-width: 400px) {
     2415        #main p {
     2416                word-wrap: break-word;
     2417        }
     2418}
    24142419@media (max-width: 360px) {
    24152420        #header img {
    24162421                margin-bottom: 0; /* push search down */