Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
faller opened this issue Sep 6, 2015 · 1 comment
Closed

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

faller opened this issue Sep 6, 2015 · 1 comment
Milestone

Comments

@faller
Copy link

faller commented Sep 6, 2015

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/

@jlukic
Copy link
Member

jlukic commented Sep 6, 2015

Thanks this appears to be a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants