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
The default styles defined here currently override the bootstrap defaults, therefore the allowBootstrap directive doesn't work consistently - i.e. <breadcrumb [allowBootstrap]="true"></breadcrumb> results in this:
Instead of this (the bootstrap default):
i.e. an enforced white background (regardless of the allowBootstrap directive) and overridden padding / margins.
Suggest removing all bootstrap overrides when allowBootstrap is true and let the implementer override bootstrap styles if they wish.
The text was updated successfully, but these errors were encountered:
The default styles defined here currently override the bootstrap defaults, therefore the
allowBootstrap
directive doesn't work consistently - i.e.<breadcrumb [allowBootstrap]="true"></breadcrumb>
results in this:Instead of this (the bootstrap default):
i.e. an enforced white background (regardless of the
allowBootstrap
directive) and overridden padding / margins.Suggest removing all bootstrap overrides when
allowBootstrap
is true and let the implementer override bootstrap styles if they wish.The text was updated successfully, but these errors were encountered: