ng-deeps now only apply to current component

https://stackoverflow.com/questions/46786986/how-and-where-to-use-ng-deep
This commit is contained in:
Tzahi12345
2023-04-23 22:31:11 -04:00
parent f0a34df7c6
commit a996b9f0d2
5 changed files with 6 additions and 6 deletions

View File

@@ -8,10 +8,10 @@
top: -12px;
}
::ng-deep.mat-menu-panel {
:host ::ng-deep.mat-menu-panel {
max-width: none !important;
}
::ng-deep.mdc-list-item__primary-text {
:host ::ng-deep.mdc-list-item__primary-text {
width: 100%;
}