Skip to content

Use 'box-sizing: border-box;' instead of 'content-box' for compatibility with Twitter Bootstrap #6

@a510

Description

@a510

I include the bootstrap.css in my HTML page, and this bootstrap css uses 'border-box' for all elements:

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

And that conflicts with the 'content-box' sizing of the Office-Ribbon-2010, especially on using the 'ribbon-button-small' class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions