table{
    tr{
        td{
            mat-form-field{
                &.mat-form-field-appearance-outline{
                    .mat-form-field-wrapper{
                        .mat-form-field-flex{
                            .mat-chip-list-wrapper{
                                mat-chip{
                                    &.mat-chip{
                                        font-size: 12px;
                                        font-weight: 400;
                                    }
                                    &.mat-standard-chip{
                                        min-height: 24px;
                                        margin-top: 0;

                                        &.mat-chip-with-trailing-icon{
                                            padding-top: 5px;
                                            padding-bottom: 5px;
                                        }
                                    }
                                }

                                button{
                                    &.mat-icon-button-sm{
                                        height: 25px;
                                        top: -2px;
                                        line-height: 25px;

                                        .mat-icon{
                                            width: 20px;
                                            height: 20px;
                                            font-size: 130%;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}