• Resolved garrettlynch

    (@garrettlynch)


    This is a very very minor bug report but easily fixed. Recommend this css:

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    in marketpress.css is made more specific. It’s applied too globally and affects a site’s css when Marketpress is integrated into it.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small CSS issue/bug’ is closed to new replies.