mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Upgrade @angular/cdk * Upgrade form components to Angular Material 15 * Update changelogpull/1844/head
Thomas Kaul
2 years ago
committed by
GitHub
27 changed files with 60 additions and 151 deletions
@ -1,23 +1,3 @@ |
|||
:host { |
|||
display: block; |
|||
|
|||
textarea.mat-input-element.cdk-textarea-autosize { |
|||
box-sizing: content-box; |
|||
} |
|||
|
|||
.mat-mdc-checkbox { |
|||
::ng-deep { |
|||
label { |
|||
margin-bottom: 0; |
|||
} |
|||
} |
|||
} |
|||
|
|||
.mat-form-field { |
|||
::ng-deep { |
|||
.mat-form-field-wrapper { |
|||
padding-bottom: 0; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
@ -1,5 +1,2 @@ |
|||
:host { |
|||
textarea.mat-input-element.cdk-textarea-autosize { |
|||
box-sizing: content-box; |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue