13 lines
160 B
CSS
13 lines
160 B
CSS
table {
|
|
width: 100%;
|
|
}
|
|
|
|
.mat-form-field {
|
|
font-size: 14px;
|
|
width: 100%;
|
|
}
|
|
td.mat-column-edit, .mat-column-delete {
|
|
width: 35px;
|
|
padding-right: 2px;
|
|
}
|