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
Currently `mat-card` has some overrides for the `mat-divider` styling, however it assumes that all dividers will be horizontal, which ends up breaking the styling for vertical dividers. These changes target the style overrides only to horizontal dividers.
Fixesangular#11895.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
mat-divider CSS from mat-card should not have influence in mat-dividers inside mat-card-content
What is the current behavior?
All mat-dividers inherit's this CSS above, breaking their behavior (0px height)
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-tml6fe
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular/[email protected]
@angular/[email protected]
The text was updated successfully, but these errors were encountered: