rnadler / ng2-password-strength-bar

Angular 2/4/5 Password Strength Bar
http://bobonmedicaldevicesoftware.com/blog/2016/12/09/publishing-an-angular-2-component-npm-package/
MIT License
20 stars 17 forks source link

How to adjust points width #22

Closed Vingtoft closed 6 years ago

Vingtoft commented 6 years ago

Hi,

How can I adjust the points width?

I have tried the following code with no luck:

.strengthBar[_ngcontent-c2] .point[_ngcontent-c2] { width: 40px !important; }

Vingtoft commented 6 years ago

I needed to set ViewEncapsulation.None