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

"Alert" does not have proper padding. #3

Closed
GarrettSYHampton opened this issue Jun 12, 2014 · 1 comment
Closed

"Alert" does not have proper padding. #3

GarrettSYHampton opened this issue Jun 12, 2014 · 1 comment

Comments

@GarrettSYHampton
Copy link
Contributor

When using the directive, the alert will no display properly. This is due to line 239, when the base alert css class is added to the element itself, vs the first child of the element.

@GarrettSYHampton
Copy link
Contributor Author

Changing line 239 to read "element.children().addClass('alert');" fixes it.

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

2 participants