Open ruizenrmar opened 4 years ago
How can modify the class .iti__country-list. I'm trying to fixe the property max-width.
Use ::ng-deep to affect the classes of the library, like this for example: ::ng-deep .iti { width: 100% !important; }
::ng-deep .iti { width: 100% !important; }
How can modify the class .iti__country-list. I'm trying to fixe the property max-width.