Browse Source
Update references-dropdown.component.ts
pull/405/head
Sebastian Stehle
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/Squidex/app/features/content/shared/references-dropdown.component.ts
|
|
@ -47,7 +47,7 @@ type ContentName = { name: string, id?: string }; |
|
|
</ng-template> |
|
|
</ng-template> |
|
|
</sqx-dropdown>`, |
|
|
</sqx-dropdown>`, |
|
|
styles: [ |
|
|
styles: [ |
|
|
'.truncate { min-height: 1.2rem; }' |
|
|
'.truncate { min-height: 1.5rem; }' |
|
|
], |
|
|
], |
|
|
providers: [SQX_REFERENCES_DROPDOWN_CONTROL_VALUE_ACCESSOR], |
|
|
providers: [SQX_REFERENCES_DROPDOWN_CONTROL_VALUE_ACCESSOR], |
|
|
changeDetection: ChangeDetectionStrategy.OnPush |
|
|
changeDetection: ChangeDetectionStrategy.OnPush |
|
|
|