mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix placeholder people
This commit is contained in:
parent
8f407a4f93
commit
5e57b7f9d4
@ -32,7 +32,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Component, Inject, OnInit } from '@angular/core';
|
||||
import { Component, Inject, OnInit, ViewEncapsulation } from '@angular/core';
|
||||
import { FormModel, FormService, FormOutcomeEvent } from '@alfresco/adf-core';
|
||||
import { InMemoryFormService } from '../../services/in-memory-form.service';
|
||||
import { DemoForm } from './demo-form';
|
||||
@ -43,7 +43,8 @@ import { DemoForm } from './demo-form';
|
||||
styleUrls: ['form.component.css'],
|
||||
providers: [
|
||||
{ provide: FormService, useClass: InMemoryFormService }
|
||||
]
|
||||
],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class FormComponent implements OnInit {
|
||||
|
||||
|
@ -7,6 +7,10 @@
|
||||
|
||||
&-people-widget {
|
||||
width: 100%;
|
||||
|
||||
.mat-form-field-label-wrapper {
|
||||
top: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
&-people-widget-list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user