skip to Main Content

How to fix button element in angular using CSS

How to fix button element in angular using CSS this error come from when I'm using mobile view This is HTML Code <div class="button-containers"> <button mat-stroked-button color="primary" [routerLink]="'/contracts/create/' + agency?.id"> <mat-icon>add</mat-icon> New Contract </button> </div> This is CSS Code .info-icon…

VIEW QUESTION
Back To Top
Search