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

Header dropdowns styling bug with react-bootstrap ^1.0.0 #1

Open
wggley opened this issue Dec 10, 2020 · 0 comments
Open

Header dropdowns styling bug with react-bootstrap ^1.0.0 #1

wggley opened this issue Dec 10, 2020 · 0 comments

Comments

@wggley
Copy link

wggley commented Dec 10, 2020

Theme version for react-bootstrap is ^1.0.0-beta.5.

From beta.5 to beta.17 no bugs occurs.

But after ^1.0.0 version upgrade layout is broken for Header DropdownMenu:

image
image

The issue maybe is related to Popover library being updated, I really dunno.
See:
react-bootstrap/react-bootstrap@1b20f1b

A quick fix:

src\assets\scss\partials\menu_menu-lite.scss

    .mr-auto {
        .dropdown-menu {
            margin-left: -20px !important;
        }
    }

    .ml-auto {
        float: right;

        .dropdown-menu {
            margin-left: 20px !important;
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant