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

Dropdown button styles are different #42

Open
fareez-ahamed opened this issue Jul 3, 2015 · 0 comments
Open

Dropdown button styles are different #42

fareez-ahamed opened this issue Jul 3, 2015 · 0 comments

Comments

@fareez-ahamed
Copy link

I was trying to create a dropdown button and it looks unusual

Here is my code with angular js and angular-bootstrap...

<div class="btn-group" dropdown>
    <button type="button" class="btn btn-primary dropdown-toggle" dropdown-toggle>Button dropdown <span class="caret"></span>
    </button>
    <ul class="dropdown-menu" role="menu">
        <li ng-repeat="value in options">
            <a>{{value}}</a>
        </li>
    </ul>
</div>

Gives this look,

flat-sass

Where as the same code with plain bootstrap looks normal

bootstrap

But the flat-ui site shows the dropdown like this,

flat-ui

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