John Green

Results 1 comments of John Green

component.css: ``` #myOuterDiv ::ng-deep mat-hint { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } ``` In my case, the form-field is a record's code, and the mat-hint is being used to...