Skip to content

table-bordered with tbody and no content = no border #13453

@eintnohick

Description

@eintnohick

I noticed a weird behaviour when using table-bordered in Firefox...

http://jsfiddle.net/B3CWR/3/

This is a very specific issue only in FF so I'm not sure if yall want to address it but this does fix it:

thead+tbody:before{
    content:" ";
}

(The proposed fix actually makes the border-width bigger so I guess it's not a fix)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions