Skip to content
Snippets Groups Projects
Commit 9c3a1bb9 authored by rhenck's avatar rhenck
Browse files

Fix missing comma

parent d3e5ae71
No related branches found
No related tags found
No related merge requests found
......@@ -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}'
]
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment