File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { MatChipsModule } from '@angular/material/chips';
1313import { MatMenuModule } from '@angular/material/menu' ;
1414import { MatTableModule } from '@angular/material/table' ;
1515import { MatIconModule } from '@angular/material/icon' ;
16- import { MatFormFieldModule } from '@angular/material/form-field' ;
16+ import { MatFormFieldModule , MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field' ;
1717import { MatInputModule } from '@angular/material/input' ;
1818import { MatToolbarModule } from '@angular/material/toolbar' ;
1919import { MatTooltipModule } from '@angular/material/tooltip' ;
@@ -82,6 +82,10 @@ import { environment } from '../environments/environment';
8282 providers : [
8383 ehHttpInterceptorProvider ,
8484 TitleService ,
85+ {
86+ provide : MAT_FORM_FIELD_DEFAULT_OPTIONS ,
87+ useValue : { appearance : 'outline' , subscriptSizing : 'dynamic' } ,
88+ } ,
8589 {
8690 provide : MatPaginatorIntl ,
8791 useFactory : ( ) => {
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ mat-card-subtitle {
122122.ns-option {
123123 user-select : none ;
124124
125- & .mat-option {
125+ & .mat-mdc- option {
126126 line-height : 1.5em !important ;
127127 }
128128
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ header {
5656 margin-top : 2px ;
5757 }
5858
59- > mat-chip-list {
59+ > mat-chip-set {
6060 margin : 0 8px ;
6161 }
6262
@@ -95,8 +95,8 @@ section {
9595 }
9696 }
9797
98- .mat-header-cell :not (:last-child ),
99- .mat-cell :not (:last-child ) {
98+ .mat-mdc- header-cell :not (:last-child ),
99+ .mat-mdc- cell :not (:last-child ) {
100100 padding-right : 8px ;
101101 }
102102
You can’t perform that action at this time.
0 commit comments