Skip to content

bug with .ui.container inside .ui.menu #2969

Closed
@faller

Description

@faller

container width shrinkage inside menu

@media only screen and (max-width: 767px)
.ui.menu > .ui.container {
    width: 100%;
}

conflicts with

@media only screen and (max-width: 767px)
.ui.container {
    width: auto !important;
}

see http://jsfiddle.net/7amvmave/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions