Ubah ukuran mat-select
@Component({
selector: 'app-new-figures-machine',
templateUrl: './new-figures-machine.component.html',
styleUrls: ['./new-figures-machine.component.css'],
//add this to enable change style
encapsulation: ViewEncapsulation.None,
})
.mat-select-panel
{
min-width: calc(100% + 17px) !important;
}
Perfect Peccary