You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Bootstrap 3.2.0 has introduced a new CSS rule, which sets the min-width of progress bars with an aria-valuenow attribute of "0", "1" or "2" to 30px.
This causes stacked progress bars generated by angular-ui-bootstrap to fail when one of the not-last bar has one of these values (because the last progress bar goes down).
I'm not sure what the best solution is. Maybe this should be mentioned in the documentation. Or the aria-valuenow attribute could be omitted for stacked bars, or it could be omitted using an additional attribute of the directive.
The text was updated successfully, but these errors were encountered:
Bootstrap 3.2.0 has introduced a new CSS rule, which sets the min-width of progress bars with an aria-valuenow attribute of "0", "1" or "2" to 30px.
This causes stacked progress bars generated by angular-ui-bootstrap to fail when one of the not-last bar has one of these values (because the last progress bar goes down).
Here's a plunkr demonstrating it: http://plnkr.co/edit/kqrKNDvH8icXUNWycL9I?p=preview
I'm not sure what the best solution is. Maybe this should be mentioned in the documentation. Or the aria-valuenow attribute could be omitted for stacked bars, or it could be omitted using an additional attribute of the directive.
The text was updated successfully, but these errors were encountered: