gauravsoni119 / ng2-tel-input

MIT License
56 stars 57 forks source link

modify style, width of .iti__country-list #75

Open ruizenrmar opened 4 years ago

ruizenrmar commented 4 years ago

How can modify the class .iti__country-list. I'm trying to fixe the property max-width.

Captura de pantalla 2020-11-24 a las 15 16 59
Epsiom commented 3 years ago

Use ::ng-deep to affect the classes of the library, like this for example: ::ng-deep .iti { width: 100% !important; }