Issue
I have a problem to access the mat-list-text class from material List.
I'm trying to override this class in order to change overflow from hidden to visible.
But I can't do it.
Solution
Try this:
.mat-list-text {
overflow: visible !important;
}
If this does not work, go with ::ng-deep
Answered By - Nikhil V S
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.