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

Drop down with sub-menu doesn't display in menu #382

Closed
singhda8 opened this issue Jan 11, 2019 · 1 comment
Closed

Drop down with sub-menu doesn't display in menu #382

singhda8 opened this issue Jan 11, 2019 · 1 comment
Labels
lang/css Anything involving CSS type/bug Any issue which is a bug or PR which fixes a bug
Milestone

Comments

@singhda8
Copy link

singhda8 commented Jan 11, 2019

Bug Report

A drop down with a sub menu displays inline if it's placed inside another menu. See the attached jfiddle.

Expected result

Each option within sub menu should shown on its own line.

Actual result

All options are displayed on the same line.

Testcase

https://jsfiddle.net/u1f02thp/

@lubber-de lubber-de added type/bug Any issue which is a bug or PR which fixes a bug lang/css Anything involving CSS lang/javascript Anything involving JavaScript labels Jan 11, 2019
@douglasg14b
Copy link
Contributor

@lubber-de this is CSS only, the JS pulls and adds the display: flex !important from the already existing element style.

@lubber-de lubber-de removed the lang/javascript Anything involving JavaScript label Apr 6, 2019
@lubber-de lubber-de added this to the 2.7.5 milestone Apr 12, 2019
@lubber-de lubber-de added the tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build label Apr 12, 2019
exoego pushed a commit to exoego/Fomantic-UI that referenced this issue Apr 30, 2019
Fixes the issue where a right sub-menu dropdown of a menu would open up horizontally instead of vertically. This style was already added for the left menu, but was not for the right menu.

Closes fomantic#382
@y0hami y0hami closed this as completed in c571c31 May 16, 2019
@lubber-de lubber-de removed the tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build label Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/css Anything involving CSS type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

3 participants