We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/