diff --git a/projects/common/ui-elements/cloze/cloze.component.ts b/projects/common/ui-elements/cloze/cloze.component.ts index 19b4af7dbc57d87541c778cf2262116f675f4782..013b0ea82f23f451db1376638310297e84c13fe2 100644 --- a/projects/common/ui-elements/cloze/cloze.component.ts +++ b/projects/common/ui-elements/cloze/cloze.component.ts @@ -81,7 +81,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di ':host ::ng-deep app-text-field .mat-form-field-wrapper {height: 100%; padding-bottom: 0; margin: 0}', ':host ::ng-deep app-text-field .mat-form-field {height: 100%}', ':host ::ng-deep app-text-field .mat-form-field-flex {height: 100%}', - 'p {margin: 0}' + 'p {margin: 0}', 'p span {font-size: inherit}' ] })