table with vertical lines in angular

Solutions on MaxInterview for table with vertical lines in angular by the best coders in the world

showing results for - "table with vertical lines in angular"
Cristina
31 Jun 2020
1  .mat-cell {
2        font-size: 14px;
3        min-height: 48px;
4        text-align: center;
5        border-right: 1px solid black;
6    }
7