Skip to content

Layout / border-box #28

@ludoo0d0a

Description

@ludoo0d0a

since a few days (may be last updates), 2 columns (2/3 1/3) cannot fit on the same row, and in photo gallery, names under photo are too long too.

If I add this, the layout is fixed (but I don't know what happend since last version, and why ) :

.content-area, 
.widget-area,
.gallery .gallery-item *{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;  
    box-sizing: border-box;  
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions